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

View File

@@ -1,10 +1,21 @@
{ den, ... }: {
den.default = {
includes = with den.aspects; [
den.provides.home-manager
boot
security
locale
essentials
dns
openssh
syncthing
catppuccin
fish
janitor
];
nixos = { ... }: {
@@ -36,4 +47,4 @@
home.stateVersion = "26.05";
};
};
}
}