Commit b940592b8ff2

Vincent Demeester <vincent@sbr.pm>
2018-11-01 19:07:42
Move some packages from base to profiles.desktop
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ebf1109
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
     ];