[desktop] Adds inkscape and groups some similar apps

This commit is contained in:
2025-12-08 16:15:27 -08:00
parent edb0f18989
commit a0448def04
6 changed files with 23 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
nixfmt-rfc-style # Formatter
nil # Language Server
statix # Lints and suggestions for Nix
];
home.shellAliases = {
@@ -14,4 +15,3 @@
rebuild-boot = "sudo nixos-rebuild boot --flake ~/system-config --show-trace --print-build-logs --verbose";
};
}