update config to new 25.11 options
This commit is contained in:
parent
ac9f906948
commit
c3511afc52
7 changed files with 13 additions and 13 deletions
|
|
@ -58,8 +58,7 @@ in {
|
|||
nerd-fonts.jetbrains-mono
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
noto-fonts-extra
|
||||
noto-fonts-color-emoji
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.droid-sans-mono
|
||||
];
|
||||
|
|
@ -72,6 +71,8 @@ in {
|
|||
enableNotifications = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ in {
|
|||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue