From 8954a71f8f691a206aa5a9246925ae48469d709d Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Mon, 18 Mar 2024 20:53:42 +0530 Subject: [PATCH] Revert "remove lutris" This reverts commit d09b2343af841991cbbd44918803487ba8f6973e. --- home/persistence.nix | 2 ++ home/programs/default.nix | 1 + home/wm/hyprland/default.nix | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/home/persistence.nix b/home/persistence.nix index 15b576a..e91b31b 100644 --- a/home/persistence.nix +++ b/home/persistence.nix @@ -19,7 +19,9 @@ _: { { directory = ".config/spotify"; method = "symlink"; } { directory = ".fly"; method = "symlink"; } { directory = ".local/share/direnv"; method = "symlink"; } + { directory = ".local/share/icons/hicolor"; method = "symlink"; } { directory = ".local/share/keyrings"; method = "symlink"; } + { directory = ".local/share/lutris"; method = "symlink"; } { directory = ".local/share/nix"; method = "symlink"; } { directory = ".local/share/nvim"; method = "symlink"; } { directory = ".local/share/Steam"; method = "symlink"; } diff --git a/home/programs/default.nix b/home/programs/default.nix index 474a84b..68afc25 100644 --- a/home/programs/default.nix +++ b/home/programs/default.nix @@ -28,6 +28,7 @@ git-crypt gnome-secrets loupe + lutris nixpkgs-review nix-init nurl diff --git a/home/wm/hyprland/default.nix b/home/wm/hyprland/default.nix index 31c1e76..206eedf 100644 --- a/home/wm/hyprland/default.nix +++ b/home/wm/hyprland/default.nix @@ -125,6 +125,10 @@ in "float,class:^(.yubioath-flutter-wrapped_)$" "center,class:^(.yubioath-flutter-wrapped_)$" + "float,class:lutris" + "center,class:lutris" + "size 60% 60%,class:lutris" + "dimaround,class:^(gcr-prompter)$" ];