about summary refs log tree commit diff
path: root/hosts/carmel/home.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-09 09:12:47 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-09 09:34:19 -0700
commit82d0a7d8e25f25a42f2f37b4009a55eb01fab91a (patch)
treead1d731286a47877a48e364abbf9068a2918f4ce /hosts/carmel/home.nix
parentref(trusted): consume modules within host's configuration (diff)
downloadworld-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 'hosts/carmel/home.nix')
-rw-r--r--hosts/carmel/home.nix9
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;
   };
 }