diff --git a/home/modules/gui/sway.nix b/home/modules/gui/sway.nix index 25504e1..a03aab1 100644 --- a/home/modules/gui/sway.nix +++ b/home/modules/gui/sway.nix @@ -173,7 +173,7 @@ in { } ]; }; - + extraConfig = '' for_window [app_id="scratchterm"] floating enable for_window [app_id="scratchterm"] move to scratchpad diff --git a/sys/modules/baseline.nix b/sys/modules/baseline.nix index d8827b0..1cbffb0 100644 --- a/sys/modules/baseline.nix +++ b/sys/modules/baseline.nix @@ -71,7 +71,7 @@ in { enableNotifications = true; }; }; - + networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. programs.dconf.enable = true;