diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 15:11:16 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-08-30 15:11:16 -0500 |
commit | 425cbb03ab00c8c25fd3cab160898188ea8ae57f (patch) | |
tree | 0d6984cbc8b6aef509251e41b28c8a7dadb4c032 /archetypes/profiles/desktop | |
parent | 8c1f55c3e95e7cb8c949f120300697a3ac48c13a (diff) | |
download | nixos-425cbb03ab00c8c25fd3cab160898188ea8ae57f.tar.xz nixos-425cbb03ab00c8c25fd3cab160898188ea8ae57f.zip |
replace mimewiz with xdg-mime option
Diffstat (limited to 'archetypes/profiles/desktop')
-rw-r--r-- | archetypes/profiles/desktop/default.nix | 2 |
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) ]; |