This commit is contained in:
4DBug
2026-03-03 17:25:37 -06:00
parent c10eca565f
commit aeea92d752
12 changed files with 104 additions and 168 deletions

27
modules/hosts/common.nix Normal file
View File

@@ -0,0 +1,27 @@
{ den, ... }: {
den.aspects.common = {
includes = with den.aspects; [
den.default
cosmic
audio
swap
virtualisation
stylix
flatpak
development
compatibility
utilities
firefox
librewolf
music
social
gaming
];
};
}