From 9117aa001302be08405577ae2048b4c00a5f63c0 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 24 May 2023 20:37:34 -0400 Subject: [PATCH] tsuki: move calledPkgs to the bottom, remove bw gdu --- hosts/tsuki/home.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hosts/tsuki/home.nix b/hosts/tsuki/home.nix index f529488..a8f4756 100755 --- a/hosts/tsuki/home.nix +++ b/hosts/tsuki/home.nix @@ -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";