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; [
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user