mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
fix inkscape default app for svg
This commit is contained in:
parent
66efbc6c1c
commit
b716a1920f
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,6 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
gimp
|
||||
krita
|
||||
pinta
|
||||
inkscape
|
||||
|
@ -20,5 +19,8 @@ in {
|
|||
upscayl
|
||||
];
|
||||
userSettings.blender.enable = true;
|
||||
xdg.mimeApps.defaultApplications = lib.mkForce {
|
||||
"image/svg+xml" = ["org.inkscape.Inkscape.desktop"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue