diff --git a/nixos/home-other-os.nix b/nixos/home-other-os.nix index ac0c3359..fb24acbe 100644 --- a/nixos/home-other-os.nix +++ b/nixos/home-other-os.nix @@ -22,8 +22,38 @@ in home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3; imports = [ - ./home-manager/default.nix ./git/home.nix - ./mercurial/home.nix + ./home-manager/programs/tmux.nix + ./home-manager/programs/zsh.nix + ./home-manager/links.nix + ./home-manager/programs/vim.nix + ]; + home.packages = with pkgs; [ + aria + atop + bfg-repo-cleaner + curl + dnsutils + docker-compose + du-dust + fd + file + fontconfig + git + hsetroot + htop + imagemagick + jmtpfs + jq + ripgrep + rustup + terraform + tmux + unstable.exercism + unstable.genpass + unstable.topgrade + unzip + wget + whois ]; }