Commit 40731b3fcb83
Changed files (1)
packages.nix
@@ -9,19 +9,19 @@
EDITOR = pkgs.lib.mkOverride 0 "vim";
};
systemPackages = with pkgs; [
- wget
- git
- haskellPackages.git-annex
- vim
- tmux
- htop
- tree
- lsof
- psmisc
aspell
aspellDicts.en
aspellDicts.fr
direnv
+ git
+ haskellPackages.git-annex
+ htop
+ lsof
+ psmisc
+ tmux
+ tree
+ vim
+ wget
];
};