modularized attempt at compilation 1

This commit is contained in:
Odweta
2026-01-11 19:20:02 +01:00
parent 80513ef94e
commit ef8fe379c7
21 changed files with 167 additions and 75 deletions
+18
View File
@@ -0,0 +1,18 @@
{ ... }:
{
users.users.odweta = {
isNormalUser = true;
extraGroups = [
"wheel"
"plugdev"
"lp"
"lpadmin"
"dialout"
"audio"
"video"
"network"
"networkmanager"
];
};
}