]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares.nix
merge home-manager config
[julm/julm-nix.git] / homes / softwares.nix
1 {
2 imports = [
3 softwares/bash.nix
4 softwares/ghc.nix
5 softwares/git.nix
6 softwares/gnupg.nix
7 softwares/htop.nix
8 softwares/irssi.nix
9 softwares/podl.nix
10 softwares/redshift.nix
11 softwares/ssh.nix
12 softwares/tmux.nix
13 softwares/urxvt.nix
14 softwares/vim.nix
15 softwares/xmonad.nix
16 softwares/zsh.nix
17 ];
18 }