maintenance
This commit is contained in:
parent
e23fbeda9d
commit
97134ce956
3 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
colmena
|
||||
dive
|
||||
dnsutils
|
||||
fd
|
||||
htop
|
||||
|
|
|
|||
|
|
@ -28,10 +28,8 @@ in
|
|||
fuzzel
|
||||
gh
|
||||
nil
|
||||
rclone
|
||||
signal-desktop
|
||||
spotify-player
|
||||
stow
|
||||
tor-browser
|
||||
usbutils
|
||||
vlc
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs }:
|
||||
{
|
||||
agda = pkgs.mkShell {
|
||||
buildINputs = with pkgs; [ agda ];
|
||||
buildInputs = with pkgs; [ agda ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue