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; [
colmena
dive
dnsutils
fd
htop

View file

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

View file

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