mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
30 lines
397 B
Nix
30 lines
397 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs; [
|
|
pass-fuzzel
|
|
cura5
|
|
cdw
|
|
cdb
|
|
bak
|
|
timer
|
|
e
|
|
swarselcheck
|
|
waybarupdate
|
|
opacitytoggle
|
|
fs-diff
|
|
update-checker
|
|
github-notifications
|
|
screenshare
|
|
hm-specialisation
|
|
t2ts
|
|
ts2t
|
|
vershell
|
|
eontimer
|
|
project
|
|
fhs
|
|
swarsel-bootstrap
|
|
swarsel-displaypower
|
|
swarselzellij
|
|
];
|
|
}
|