This commit is contained in:
bug
2026-08-18 21:11:15 -05:00
parent c4220bc621
commit 1dffa3a0a2
23 changed files with 583 additions and 540 deletions
+7
View File
@@ -3,9 +3,16 @@
includes = [
den.provides.primary-user
(den.provides.user-shell "fish")
den.aspects.stylix
den.aspects.librewolf
den.aspects.catppuccin
#den.provides.home-manager
];
homeManager = {
programs.home-manager.enable = true;
};
user.extraGroups = [ "networkmanager" "wheel" "input" "audio" "video" "libvirtd" "ydotool" "dialout" ];
};
}