put networkmanager in default

This commit is contained in:
smayzy 2025-07-08 17:59:39 +02:00
parent e35ef7e4c4
commit 7ca90a6871
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,6 @@
''; '';
networking.hostName = "desktop1"; networking.hostName = "desktop1";
networking.networkmanager.enable = true;
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;

View File

@ -30,4 +30,6 @@
console.keyMap = "fr"; console.keyMap = "fr";
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
networking.networkmanager.enable = true;
} }