This commit is contained in:
Miguel Palhas
2025-06-27 11:41:04 +01:00
parent a849ff0c7b
commit 3c3f66ee6d
5 changed files with 17 additions and 9 deletions
Generated
+3 -3
View File
@@ -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": {
+8
View File
@@ -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
'';
}
+5 -4
View File
@@ -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"
];
};
-2
View File
@@ -13,8 +13,6 @@
openFirewall = true;
};
services.nfs.client.enable = true;
# environment.etc.nsswitch.text = {
# hosts = [
# "files"
+1
View File
@@ -32,4 +32,5 @@
};
services.dbus.packages = with pkgs; [ gcr ];
services.geoclue2.enable = true;
}