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
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ lib.mkIf cfg.enable {
|
||||
genericName = "Password Manager";
|
||||
exec = "keepassxc %f";
|
||||
terminal = false;
|
||||
categories = [ "Utility" "Security" ];
|
||||
categories = [ "Utility" ];
|
||||
mimeType = [ "application/x-kdbx" ];
|
||||
};
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
notesDir = "${config.home.homeDirectory}/Logseq";
|
||||
notesDir = "${config.home.homeDirectory}/logseq";
|
||||
cfg = config.homeModules.logseq;
|
||||
in
|
||||
|
||||
@@ -26,7 +26,7 @@ lib.mkIf cfg.enable {
|
||||
exec = "logseq";
|
||||
icon = "logseq";
|
||||
type = "Application";
|
||||
categories = [ "Office" "NoteTaking" "Utility" ];
|
||||
categories = [ "Office" ];
|
||||
};
|
||||
|
||||
home.file.".config/logseq/config.edn".text = ''{
|
||||
|
||||
@@ -50,7 +50,7 @@ lib.mkIf cfg.enable {
|
||||
exec = "obsidian ${vaultDir}";
|
||||
icon = "obsidian";
|
||||
type = "Application";
|
||||
categories = [ "Office" "TextEditor" "Utility" ];
|
||||
categories = [ "Office" ];
|
||||
};
|
||||
|
||||
# Reminder to run plugin setup
|
||||
|
||||
Reference in New Issue
Block a user