home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b940592b8ff256c72def385affa718712e84b76b
parent ebf1109da766f465288d050b9129768a5032a5a9
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  1 Nov 2018 19:07:42 +0100

Move some packages from base to profiles.desktop

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/base.nix | 4----
Mmodules/profiles/desktop.nix | 8++++++--
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/machines/base.nix b/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 ]; diff --git a/modules/profiles/desktop.nix b/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 ];