restructure
This commit is contained in:
parent
836da5123e
commit
d0f9c504e3
6 changed files with 10 additions and 12 deletions
|
|
@ -1,15 +1,9 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./dev.nix
|
||||
|
||||
./terminal.nix
|
||||
./terminal/zsh.nix
|
||||
|
||||
./visual.nix
|
||||
./visual/firefox.nix
|
||||
|
||||
./server.nix
|
||||
|
||||
./gaming.nix
|
||||
./dev
|
||||
./terminal
|
||||
./visual
|
||||
./server
|
||||
./gaming
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,9 +14,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${homeCfg.username} = {
|
||||
imports = [./terminal/helix.nix];
|
||||
imports = [./helix.nix];
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue