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