some more desktop functionality

This commit is contained in:
2025-02-23 18:30:30 +01:00
parent 5c79c29b7d
commit 1d2b3f799d
8 changed files with 69 additions and 6 deletions

View File

@@ -21,5 +21,4 @@
wayland = true;
};
}

View File

@@ -1,4 +1,7 @@
{lib, ...}:{
networking.networkmanager.enable = true;
networking.networkmanager.wifi.powersave = lib.mkDefault true;
users.users.remy.extraGroups = [
"networkmanager"
];
}