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 /hosts/carmel | |
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 '')
-rw-r--r-- | hosts/carmel/home.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/carmel/home.nix b/hosts/carmel/home.nix index 9efab9e..7788cd2 100644 --- a/hosts/carmel/home.nix +++ b/hosts/carmel/home.nix @@ -23,5 +23,14 @@ mail.enable = true; pass.enable = true; seahorse.enable = true; + 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; }; } |