update for ubuntu nix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user