Commit b940592b8ff2
Changed files (2)
machines
modules
profiles
machines/base.nix
@@ -12,16 +12,12 @@ rec {
};
home.file.".nix-channels".source = ../assets/nix-channels;
home.packages = with pkgs; [
- aspell
- aspellDicts.en
- aspellDicts.fr
direnv
enchive
entr
exa
fd
htop
- pass
scripts
tree
];
modules/profiles/desktop.nix
@@ -79,11 +79,15 @@ in
};
profiles.i3.enable = cfg.xsession.i3;
home.packages = with pkgs; [
- keybase
- peco
+ aspell
+ aspellDicts.en
+ aspellDicts.fr
#etBook
gnome3.defaultIconTheme
gnome3.gnome_themes_standard
+ keybase
+ peco
+ pass
xdg-user-dirs
xdg_utils
];