begin modularization

This commit is contained in:
Odweta
2026-01-12 10:16:59 +01:00
parent 9c9cbada43
commit 939d734e91
39 changed files with 40 additions and 60 deletions
+19
View File
@@ -0,0 +1,19 @@
{ ... }:
{
users.users.odweta = {
isNormalUser = true;
extraGroups = [
"wheel"
"plugdev"
"lp"
"lpadmin"
"dialout"
"audio"
"video"
"network"
"networkmanager"
"fuse"
];
};
}