.dotfiles/modules/home/common/custom-packages.nix
2025-03-27 01:47:14 +01:00

30 lines
431 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; lib.mkIf (!config.swarselsystems.isPublic) [
pass-fuzzel
cura5
cdw
cdb
bak
timer
e
swarselcheck
waybarupdate
opacitytoggle
fs-diff
github-notifications
hm-specialisation
t2ts
ts2t
vershell
eontimer
project
fhs
swarsel-bootstrap
swarsel-displaypower
swarselzellij
rustdesk-vbc
];
}