maintenance

This commit is contained in:
Henri Dohmen 2025-11-01 11:58:11 +01:00
parent e23fbeda9d
commit 97134ce956
Signed by: hd
GPG key ID: AB79213B044674AE
3 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
colmena colmena
dive
dnsutils dnsutils
fd fd
htop htop

View file

@ -28,10 +28,8 @@ in
fuzzel fuzzel
gh gh
nil nil
rclone
signal-desktop signal-desktop
spotify-player spotify-player
stow
tor-browser tor-browser
usbutils usbutils
vlc vlc

View file

@ -1,6 +1,6 @@
{ pkgs }: { pkgs }:
{ {
agda = pkgs.mkShell { agda = pkgs.mkShell {
buildINputs = with pkgs; [ agda ]; buildInputs = with pkgs; [ agda ];
}; };
} }