aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos/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/aptos/home.nix
parentref(trusted): consume modules within host's configuration (diff)
downloadinfra-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/aptos/home.nix')
-rw-r--r--hosts/aptos/home.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix
index 9efab9e..7788cd2 100644
--- a/hosts/aptos/home.nix
+++ b/hosts/aptos/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;
};
}