organize
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user