refactor: extract home configs

main
mandlm 2024-07-10 13:09:24 +02:00
parent 55af25ccb3
commit f6f01771ab
Signed by: mandlm
GPG Key ID: 088ED38F036C7AF2
3 changed files with 39 additions and 38 deletions

View File

@ -20,7 +20,7 @@
inherit pkgs;
modules = [
./private/home.nix
./private.nix
./xps.nix
];
@ -37,7 +37,7 @@
inherit pkgs;
modules = [
./horsch/home.nix
./horsch.nix
];
extraSpecialArgs = {

View File

@ -18,24 +18,25 @@
];
imports = [
../bat.nix
../carapace.nix
../direnv.nix
../eza.nix
../fzf.nix
../git.nix
../gpg
../neovim
../picocom.nix
../podman.nix
../ripgrep.nix
../rsync.nix
../shell_aliases.nix
../starship.nix
../tree.nix
../zoxide.nix
../zsh.nix
./ssh.nix
./bat.nix
./carapace.nix
./direnv.nix
./eza.nix
./fzf.nix
./git.nix
./gpg
./neovim
./picocom.nix
./podman.nix
./ripgrep.nix
./rsync.nix
./shell_aliases.nix
./starship.nix
./tree.nix
./zoxide.nix
./zsh.nix
./horsch/ssh.nix
./horsch/zsh.nix
];
}

View File

@ -54,23 +54,23 @@
programs.home-manager.enable = true;
imports = [
../bat.nix
../carapace.nix
../direnv.nix
../eza.nix
../firefox.nix
../fzf.nix
../git.nix
../gpg
../kitty.nix
../neovim
../nextcloud.nix
../ripgrep.nix
../shell_aliases.nix
../starship.nix
../sway
../tree.nix
../zoxide.nix
../zsh.nix
./bat.nix
./carapace.nix
./direnv.nix
./eza.nix
./firefox.nix
./fzf.nix
./git.nix
./gpg
./kitty.nix
./neovim
./nextcloud.nix
./ripgrep.nix
./shell_aliases.nix
./starship.nix
./sway
./tree.nix
./zoxide.nix
./zsh.nix
];
}