move nvidia to specialisation, add dns entries, maybe fix hypridle
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user