aboutsummaryrefslogtreecommitdiff
path: root/form/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'form/home.nix')
-rw-r--r--form/home.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/form/home.nix b/form/home.nix
index 1836a34..24b8a75 100644
--- a/form/home.nix
+++ b/form/home.nix
@@ -8,7 +8,7 @@
config.modules = {
global = {
wayland = true;
-
+
extraPackages = with pkgs; [
wmenu
cmatrix
@@ -17,6 +17,8 @@
];
};
+ gpg.enable = true;
+
foot.enable = true;
neovim = {