wip
This commit is contained in:
Generated
+3
-3
@@ -693,11 +693,11 @@
|
||||
"nvchad-starter": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1749624485,
|
||||
"narHash": "sha256-+iwm6V0N+8/ygd5GUaqbh9EYQbcyxrQeUkXYoIPKYPs=",
|
||||
"lastModified": 1750492332,
|
||||
"narHash": "sha256-pREENxOEqxnk0h6XtLP2xELoqrtF5LsK5xTsDIe7rW8=",
|
||||
"owner": "naps62",
|
||||
"repo": "nvchad-starter",
|
||||
"rev": "437e018da894b24476bb60d58bc60cf4b05af801",
|
||||
"rev": "c5a2f0726bb4972db2c072b6996093cf78a844f6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -10,13 +10,21 @@
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write\
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-dark'"
|
||||
${pkgs.dconf}/bin/dconf write\
|
||||
/org/gnome/desktop/interface/gtk-theme "'Orchis-Dark-Compact'"
|
||||
'';
|
||||
};
|
||||
lightModeScripts = {
|
||||
gtk-theme = ''
|
||||
${pkgs.dconf}/bin/dconf write\
|
||||
/org/gnome/desktop/interface/color-scheme "'prefer-light'"
|
||||
${pkgs.dconf}/bin/dconf write\
|
||||
/org/gnome/desktop/interface/gtk-theme "'Orchis-Compact'"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."darkman/config.yaml".text = ''
|
||||
usegeoclue: true
|
||||
'';
|
||||
}
|
||||
|
||||
@@ -29,10 +29,11 @@ in
|
||||
"DP-2, 3840x2160, 2880x180, 1.333333, transform, 1"
|
||||
];
|
||||
workspace = [
|
||||
"1, monitor=DP-3"
|
||||
"2, monitor=DP-2"
|
||||
"3, monitor=HDMI-A-1"
|
||||
"4, monitor=DP-3"
|
||||
"1, monitor=DP-2"
|
||||
"2, monitor=DP-3"
|
||||
"3, monitor=DP-2"
|
||||
"4, monitor=HDMI-A-1"
|
||||
"5, monitor=HDMI-A-1"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.nfs.client.enable = true;
|
||||
|
||||
# environment.etc.nsswitch.text = {
|
||||
# hosts = [
|
||||
# "files"
|
||||
|
||||
@@ -32,4 +32,5 @@
|
||||
};
|
||||
|
||||
services.dbus.packages = with pkgs; [ gcr ];
|
||||
services.geoclue2.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user