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; [ environment.systemPackages = with pkgs; [
@ -22,7 +22,6 @@
kanjidraw kanjidraw
libreoffice libreoffice
krita krita
aegisub
element-desktop element-desktop
signal-desktop signal-desktop
ungoogled-chromium ungoogled-chromium
@ -67,7 +66,6 @@
onefetch onefetch
restic restic
watchexec watchexec
memento
mpvpaper mpvpaper
timg timg
ventoy ventoy
@ -120,6 +118,7 @@
mgitstatus mgitstatus
pnpm-shell-completion pnpm-shell-completion
rclone rclone
qdirstat
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;