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; [
|
environment.systemPackages = with pkgs; [
|
||||||
colmena
|
colmena
|
||||||
dive
|
|
||||||
dnsutils
|
dnsutils
|
||||||
fd
|
fd
|
||||||
htop
|
htop
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
{
|
{
|
||||||
agda = pkgs.mkShell {
|
agda = pkgs.mkShell {
|
||||||
buildINputs = with pkgs; [ agda ];
|
buildInputs = with pkgs; [ agda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue