Home: Added some packages which I used to install ad-hoc

This commit is contained in:
Jurn Wubben 2025-07-09 20:03:28 +02:00
parent d98f41f2a5
commit c1808817df
3 changed files with 7 additions and 0 deletions

View file

@ -7,5 +7,9 @@
home.packages = lib.mkIf osConfig.niksos.desktop.apps [
pkgs.spotify
pkgs.signal-desktop
pkgs.bambu-studio
pkgs.gimp
pkgs.inkscape
pkgs.thunderbird
];
}