move nvidia to specialisation, add dns entries, maybe fix hypridle

This commit is contained in:
Kopatz
2025-01-08 10:43:21 +01:00
parent 1675f04bc7
commit ef4551ff79
6 changed files with 68 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ in {
modules-right = [ "group/stats" "group/other" ];
"group/stats" = {
"orientation" = "horizontal";
"modules" = [ "network" "cpu" "memory" "disk" "temperature" "custom/nvidia" ];
"modules" = [ "network" "cpu" "memory" "disk" "temperature" ] ++ lib.optionals (osConfig.networking.hostName != "nix-laptop") [ "custom/nvidia" ] ;
};
"group/other" = {
"orientation" = "horizontal";