Smaller non-nixos config

This commit is contained in:
Cyryl Płotnicki 2021-05-10 14:55:01 +01:00
parent c58d24f030
commit 7dce7bc43b

View file

@ -22,8 +22,38 @@ in
home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3; home.file.".gitconfig".source = ~/dev/dotfiles/.gitconfig.linux.form3;
imports = [ imports = [
./home-manager/default.nix
./git/home.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
]; ];
} }