Some file cleaning

This commit is contained in:
2020-08-09 16:15:03 -04:00
parent d9825062e0
commit 02a52c489f
4 changed files with 66 additions and 72 deletions

View File

@@ -15,5 +15,5 @@
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
imports = [ ./home-common.nix ./home-mail.nix ];
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
}