tsuki: move calledPkgs to the bottom, remove bw gdu

This commit is contained in:
notohh 2023-05-24 20:37:34 -04:00
parent e9edaa003b
commit 9117aa0013
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -20,9 +20,6 @@
username = "notoh";
homeDirectory = "/home/notoh";
packages = with pkgs; [
(callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/rustypaste-cli {})
bitwarden
webcord
spotify-player
obs-studio
@ -32,9 +29,7 @@
virt-manager
imv
mpv
appimage-run
qbittorrent
gdu
cryptomator
ventoy-bin-full
wine
@ -46,6 +41,8 @@
osu-lazer-bin
runelite
prismlauncher
(callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/rustypaste-cli {})
];
stateVersion = "23.05";