diff --git a/home/Monarch-tux.nix b/home/Monarch-tux.nix index 1bc953eb..46513ef9 100644 --- a/home/Monarch-tux.nix +++ b/home/Monarch-tux.nix @@ -1,9 +1,11 @@ { ... }: { imports = [ - ./env + ./env/bash.nix + ./env/zsh.nix ./tui ./gui/kitty.nix + ./gui/neovide.nix ]; # Home Manager needs a bit of information about you and the # paths it should manage. diff --git a/home/common/default.nix b/home/common/default.nix index 089557ec..13726235 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -2,5 +2,4 @@ { nixpkgs.config.allowUnfree = true; - # programs.home-manager.enable = true; }