bundle modules

This commit is contained in:
2026-02-04 08:30:19 +01:00
parent 3ee0c62a2e
commit 2c2f817459
7 changed files with 48 additions and 42 deletions

View File

@@ -25,14 +25,11 @@
{
nixosModules = {
editor = modules/editor.nix;
zsh = modules/zsh.nix;
git = modules/git.nix;
udiskie = modules/udiskie.nix;
niri = modules/niri.nix;
bash = modules/bash.nix;
desktop = modules/desktop.nix;
nix = modules/nix.nix;
tools = modules/tools.nix;
shell = modules/shell;
};
overlays.default = final: prev: {