mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-13 08:19:29 +01:00
chore: Update packages
Dropped GUI programs I no longer use and added qdirstat as a cool alternative to windirstat.
This commit is contained in:
parent
491e0aca38
commit
6cab0f25a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user