summaryrefslogtreecommitdiff
path: root/nix/modules/home/user.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-02-16 23:13:47 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-02-16 23:13:47 -0800
commit06198567765055febc8829f9f2ca398dd6817d93 (patch)
tree8553f885ae27fc7f64dc3655802dc3c129416f99 /nix/modules/home/user.nix
parentefe21725f8d68a6be6fb3c4697c88666d11b13a8 (diff)
finish up most of the sysadmin work
Diffstat (limited to 'nix/modules/home/user.nix')
-rw-r--r--nix/modules/home/user.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/modules/home/user.nix b/nix/modules/home/user.nix
index 55e16fc..cb29b4c 100644
--- a/nix/modules/home/user.nix
+++ b/nix/modules/home/user.nix
@@ -30,6 +30,8 @@
packages = with pkgs; (if config.monorepo.profiles.graphics.enable then [
# wikipedia
# kiwix kiwix-tools
+ gnupg
+ unzip
mupdf
zathura
@@ -149,6 +151,12 @@ cd "$HOME"
'';
};
};
+ xdg.mimeApps = {
+ enable = true;
+ defaultApplications = {
+ "x-scheme-handler/mailto" = "emacsclient-mail.desktop";
+ };
+ };
programs.bash.enable = true;
fonts.fontconfig.enable = true;