From 0c58e9cc827c406b776ceb5c119d0c0cbb0ce28d Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 13 Aug 2024 14:55:37 +0200 Subject: [PATCH] add xivlauncher/games --- home/desktop/games/default.nix | 5 +++++ home/yukari.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 home/desktop/games/default.nix diff --git a/home/desktop/games/default.nix b/home/desktop/games/default.nix new file mode 100644 index 0000000..a680d35 --- /dev/null +++ b/home/desktop/games/default.nix @@ -0,0 +1,5 @@ +{ pkgs, ... }: { + home.packages = with pkgs; [ + xivlauncher + ]; +} diff --git a/home/yukari.nix b/home/yukari.nix index 95dd45d..2dae877 100644 --- a/home/yukari.nix +++ b/home/yukari.nix @@ -3,6 +3,7 @@ imports = [ ./global.nix ./desktop/hyprland + ./desktop/games ]; # ---------- ------