From 0fc7525c6b22b66bc0eb0ad1db592fd1dca689cc Mon Sep 17 00:00:00 2001 From: blahai Date: Tue, 3 Sep 2024 16:26:27 +0300 Subject: [PATCH] idek --- flake.nix | 7 ++++--- hosts/nyx/configuration.nix | 1 + hosts/nyx/home.nix | 2 +- modules/home-manager/ags/default.nix | 7 +++++-- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 37aba14..d7cbc2c 100644 --- a/flake.nix +++ b/flake.nix @@ -19,9 +19,10 @@ nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; - # this commit seems to be fucked on nixos now - # ags.url = "github:Aylur/ags/05e0f23534fa30c1db2a142664ee8f71e38db260"; - ags.url = "github:Aylur/ags"; + ags = { + url = "github:Aylur/ags"; + inputs.nixpkgs.follows = "nixpkgs"; + }; spicetify-nix = { url = "github:Gerg-L/spicetify-nix"; diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index 439ae9a..24cebab 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -111,6 +111,7 @@ hyprland = { enable = true; package = inputs.hyprland.packages."${pkgs.system}".hyprland; + portalPackage = inputs.hyprland.packages."${pkgs.system}".hyprland; }; direnv = { diff --git a/hosts/nyx/home.nix b/hosts/nyx/home.nix index 9694b51..3502353 100644 --- a/hosts/nyx/home.nix +++ b/hosts/nyx/home.nix @@ -110,7 +110,7 @@ in _JAVA_AWT_WM_NONREPARENTING = "1"; XCURSOR_THEME = "Bibata-Modern-Classic"; - HYPRCURSOR_THEME = "HyprBibataModernClassicSVG"; + # HYPRCURSOR_THEME = "HyprBibataModernClassicSVG"; XCURSOR_SIZE = "24"; __GL_THREADED_OPTIMIZATIONS = "0"; QT_QPA_PLATFORM = "wayland"; diff --git a/modules/home-manager/ags/default.nix b/modules/home-manager/ags/default.nix index fde5996..e9e161f 100644 --- a/modules/home-manager/ags/default.nix +++ b/modules/home-manager/ags/default.nix @@ -14,12 +14,15 @@ ollama pywal dart-sass - unstable.hicolor-icon-theme + hicolor-icon-theme yad + fuzzel + gradience + adw-gtk3 (python311.withPackages (p: [ p.material-color-utilities p.pywayland - materialyoucolor + p.materialyoucolor p.libsass ])) ];