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