From 17d302cbdfdeae6397e8849eddb71f5531b5eae6 Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 22 Jan 2024 20:00:20 +0800 Subject: [PATCH] refactor --- home-manager/sajenim/fuchsia.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/home-manager/sajenim/fuchsia.nix b/home-manager/sajenim/fuchsia.nix index c409b9c..0d67a2d 100644 --- a/home-manager/sajenim/fuchsia.nix +++ b/home-manager/sajenim/fuchsia.nix @@ -13,27 +13,34 @@ home = { packages = with pkgs; [ - spotify - jellyfin-media-player - firefox - pulsemixer # Graphics gimp inkscape krita + # Games gamemode protonup-ng prismlauncher runelite + # Hardware libratbag piper + + # Misc + spotify + jellyfin-media-player + firefox + pulsemixer ]; + persistence."/persist/home/sajenim" = { directories = [ ".mozilla" + ".config/Yubico" + "Documents" "Downloads" "Games"