aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/aptos')
-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;
};
}