This commit is contained in:
Cy Pokhrel 2024-11-26 13:31:57 -05:00
parent f1c326c87b
commit 557163352d
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E

View file

@ -104,6 +104,12 @@
btop btop
stockfish stockfish
cutechess cutechess
grim
slurp
rofi-wayland
rofimoji
cliphist
jq
]; ];
}; };
@ -114,17 +120,11 @@
neovim neovim
git git
python3 python3
grim
slurp
wl-clipboard wl-clipboard
mako mako
tree tree
kitty kitty
rofi-wayland
rofimoji
cliphist
borgbackup borgbackup
jq
brightnessctl brightnessctl
alsa-utils alsa-utils
nixd nixd
@ -142,7 +142,6 @@
traceroute traceroute
sops sops
restic restic
nyx
]; ];
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
@ -319,4 +318,6 @@
persistent = true; persistent = true;
options = "--delete-older-than 60d"; options = "--delete-older-than 60d";
}; };
services.usbmuxd.enable = true;
} }