diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:12:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-09 09:34:19 -0700 |
commit | 82d0a7d8e25f25a42f2f37b4009a55eb01fab91a (patch) | |
tree | ad1d731286a47877a48e364abbf9068a2918f4ce /profiles/desktop | |
parent | ref(trusted): consume modules within host's configuration (diff) | |
download | world-82d0a7d8e25f25a42f2f37b4009a55eb01fab91a.tar.gz |
ref(desktop): move all the modules for home-manager to host level
Change-Id: I92abe7d6c9a1f7c5ef3f157137c59cde751d50f0 Reviewed-on: https://cl.fcuny.net/c/world/+/294 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/profiles/desktop/default.nix b/profiles/desktop/default.nix index 2f3b26e..1edc246 100644 --- a/profiles/desktop/default.nix +++ b/profiles/desktop/default.nix @@ -12,17 +12,6 @@ in { # we need avahi in order to use the printer/scanner avahi.enable = true; }; - home = { - emacs.enable = true; - direnv.enable = true; - firefox.enable = true; - pcmanfm.enable = true; - terminal.program = "alacritty"; - xdg.enable = true; - eog.enable = true; - evince.enable = true; - transmission-remote.enable = true; - }; profiles = { gtk.enable = true; wm.windowManager = "sway"; |