refactor: scope workstation apps

This commit is contained in:
Miguel Palhas
2026-08-19 22:38:19 +01:00
parent ba5b618e49
commit 77d8803a8f
11 changed files with 82 additions and 90 deletions
+21
View File
@@ -0,0 +1,21 @@
{ pkgs, ... }:
{
imports = [ ./desktop/spicetify.nix ];
home.packages = with pkgs; [
obsidian
obs-studio
kooha
vokoscreen-ng
gimp
font-manager
xournalpp
remmina
slack
ferdium
signal-desktop
zoom-us
yaak
bun
];
}