This commit is contained in:
Fabian Montero 2026-02-27 12:58:57 -06:00
parent 8b39a1d5ea
commit 209856aa38
Signed by: fabian
GPG key ID: 8036F30EDBAC8447
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ in {
} }
]; ];
}; };
extraConfig = '' extraConfig = ''
for_window [app_id="scratchterm"] floating enable for_window [app_id="scratchterm"] floating enable
for_window [app_id="scratchterm"] move to scratchpad for_window [app_id="scratchterm"] move to scratchpad

View file

@ -71,7 +71,7 @@ in {
enableNotifications = true; enableNotifications = true;
}; };
}; };
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
programs.dconf.enable = true; programs.dconf.enable = true;