From 13745f0b75aa0ad41636a4121a6b03910fbeb08a Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sat, 21 Sep 2024 13:49:53 +0200 Subject: [PATCH] refactor(end-rs + hypr): Moved Qogir icon theme install to end-rs nix config --- de/hypr/default.nix | 2 -- misc/end-rs/default.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/de/hypr/default.nix b/de/hypr/default.nix index a6f5348..cff8431 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -43,8 +43,6 @@ pkgs.yazi # Theme pkgs.bibata-cursors - pkgs.qogir-theme - pkgs.qogir-icon-theme ]; wayland.windowManager.hyprland = { diff --git a/misc/end-rs/default.nix b/misc/end-rs/default.nix index 00f8682..13fe149 100644 --- a/misc/end-rs/default.nix +++ b/misc/end-rs/default.nix @@ -10,5 +10,6 @@ home.packages = [ inputs.end-rs pkgs.libnotify + pkgs.qogir-icon-theme ]; }