This commit is contained in:
2026-03-08 16:24:24 +00:00
parent 0a955151d0
commit 0aa8606153
3 changed files with 30 additions and 1 deletions

View File

@@ -14,9 +14,31 @@
type = lib.types.lazyAttrsOf lib.types.raw;
default = {};
};
flakeModules =
lib.mkOption {
type = lib.types.lazyAttrsOf lib.types.raw;
default = {};
};
};
config = {
flake.flakeModules = {
ai-tools = ./ai-tools.nix;
atuin = ./atuin.nix;
core = ./core.nix;
desktop = ./desktop.nix;
dev-tools = ./dev-tools.nix;
email = ./email.nix;
neovim = ./neovim.nix;
network = ./network.nix;
nixos-system = ./nixos-system.nix;
shell = ./shell.nix;
ssh-client = ./ssh-client.nix;
terminal = ./terminal.nix;
user = ./user.nix;
zellij = ./zellij.nix;
zk = ./zk.nix;
};
den.default.nixos.system.stateVersion = "25.11";
den.default.darwin.system.stateVersion = 6;
den.default.homeManager.home.stateVersion = "25.11";