update for ubuntu nix

This commit is contained in:
2026-01-07 19:40:06 +01:00
parent 362f65c384
commit 7564dffa83
11 changed files with 166 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ lib.mkIf cfg.enable {
terminal = false;
icon = "gimp";
type = "Application";
categories = [ "Graphics" "2DGraphics" "RasterGraphics" ];
categories = [ "Graphics" ];
};
inkscape = {
@@ -41,7 +41,7 @@ lib.mkIf cfg.enable {
terminal = false;
icon = "inkscape";
type = "Application";
categories = [ "Graphics" "VectorGraphics" ];
categories = [ "Graphics" ];
};
openscad = {
@@ -51,7 +51,7 @@ lib.mkIf cfg.enable {
terminal = false;
icon = "openscad";
type = "Application";
categories = [ "Graphics" "3DGraphics" "Engineering" ];
categories = [ "Graphics" ];
};
darktable = {
@@ -61,9 +61,8 @@ lib.mkIf cfg.enable {
terminal = false;
icon = "darktable";
type = "Application";
categories = [ "Graphics" "Photography" "RAW" ];
categories = [ "Graphics" ];
};
};
# Optional tweaks or plugins setup can go here if needed in the future
}