summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-08-30 15:11:16 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-08-30 15:11:16 -0500
commit425cbb03ab00c8c25fd3cab160898188ea8ae57f (patch)
tree0d6984cbc8b6aef509251e41b28c8a7dadb4c032 /archetypes
parent8c1f55c3e95e7cb8c949f120300697a3ac48c13a (diff)
downloadnixos-425cbb03ab00c8c25fd3cab160898188ea8ae57f.tar.xz
nixos-425cbb03ab00c8c25fd3cab160898188ea8ae57f.zip
replace mimewiz with xdg-mime option
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/profiles/desktop/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/archetypes/profiles/desktop/default.nix b/archetypes/profiles/desktop/default.nix
index 7ca1e7c..499de17 100644
--- a/archetypes/profiles/desktop/default.nix
+++ b/archetypes/profiles/desktop/default.nix
@@ -71,6 +71,8 @@
enable = mkDesktop true;
desktop = mkDesktop true;
};
+
+ xdg.mimeApps._setDefaultApplications.enable = true;
};
in {
imports = [ (lib._mkProfileArchetype "desktop" nixosConfig homeConfig) ];