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
}

View File

@@ -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" ];
};

View File

@@ -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 = ''{

View File

@@ -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