diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 15:10:43 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-09 20:33:35 +0200 |
commit | d1f0747ed32dca81f020fe8e42c9d1c2e294aa7e (patch) | |
tree | 5dc27dbfa9f98d88f62f96ba5ed5ad2f7a91b957 /hm/soispha/conf/xdg/default.nix | |
parent | fix(sys/pkgs/yt): Don't require an thumbnail url (diff) | |
download | nixos-config-d1f0747ed32dca81f020fe8e42c9d1c2e294aa7e.zip |
refactor(hm/conf/zsh): Move xdg vars under the xdg directory
Diffstat (limited to 'hm/soispha/conf/xdg/default.nix')
-rw-r--r-- | hm/soispha/conf/xdg/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/xdg/default.nix b/hm/soispha/conf/xdg/default.nix index 8327ea6e..4099720d 100644 --- a/hm/soispha/conf/xdg/default.nix +++ b/hm/soispha/conf/xdg/default.nix @@ -19,6 +19,10 @@ }; }; in { + imports = [ + ./xdg_vars.nix + ]; + xdg = { mimeApps = { enable = true; |