]> Git — Sourcephile - julm/julm-nix.git/blob - homes/softwares.nix
fix nixpkgs overlays when not using home-manager directly
[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/redshift.nix
10 softwares/ssh.nix
11 softwares/tmux.nix
12 softwares/urxvt.nix
13 softwares/vim.nix
14 softwares/xmonad.nix
15 softwares/zsh.nix
16 ];
17 }