chore: Update packages

Dropped GUI programs I no longer use and added qdirstat as a cool
alternative to windirstat.
This commit is contained in:
Donovan Glover 2024-03-30 16:40:25 -04:00
parent 491e0aca38
commit 6cab0f25a5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,4 +1,4 @@
{ pkgs, lib, sakaya, ... }:
{ pkgs, sakaya, ... }:
{
environment.systemPackages = with pkgs; [
@ -22,7 +22,6 @@
kanjidraw
libreoffice
krita
aegisub
element-desktop
signal-desktop
ungoogled-chromium
@ -67,7 +66,6 @@
onefetch
restic
watchexec
memento
mpvpaper
timg
ventoy
@ -120,6 +118,7 @@
mgitstatus
pnpm-shell-completion
rclone
qdirstat
];
nixpkgs.config.allowUnfree = true;