live module selection
This commit is contained in:
parent
0b7c994599
commit
fae704eb48
3 changed files with 8 additions and 22 deletions
10
flake.nix
10
flake.nix
|
@ -17,15 +17,21 @@
|
|||
];
|
||||
|
||||
};
|
||||
smol = {
|
||||
|
||||
live = {
|
||||
imports = [
|
||||
./modules/vim.nix
|
||||
./modules/zsh.nix
|
||||
];
|
||||
};
|
||||
|
||||
smol = {
|
||||
imports = [
|
||||
./modules/nix-settings.nix
|
||||
./modules/vim.nix
|
||||
./modules/zsh.nix
|
||||
./modules/audio.nix
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue