diff --git a/flake.nix b/flake.nix index 45fbe2d..bf29d79 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ apple-fonts.url = "github:Lyndeno/apple-fonts.nix"; stylix.url = "github:danth/stylix/release-25.05"; apple-emoji.url = "github:oxcl/apple-emoji-nix"; - ags.url = "github:Aylur/ags"; fingerprint-sensor.url = "github:ahbnr/nixos-06cb-009a-fingerprint-sensor/24.11"; diff --git a/modules/desktop-environments/hyprland.nix b/modules/desktop-environments/hyprland.nix index adf084a..933222e 100644 --- a/modules/desktop-environments/hyprland.nix +++ b/modules/desktop-environments/hyprland.nix @@ -51,7 +51,7 @@ "default" = [ "hyprland" "wlr" ]; "org.freedesktop.impl.portal.ScreenCast" = "wlr"; "org.freedesktop.impl.portal.Screenshot" = "wlr"; - "org.freedesktop.impl.portal.Settings" = "darkman"; + #"org.freedesktop.impl.portal.Settings" = "darkman"; }; }; diff --git a/modules/home-manager/ags.nix b/modules/home-manager/ags.nix index cd6b892..c1d89f9 100644 --- a/modules/home-manager/ags.nix +++ b/modules/home-manager/ags.nix @@ -28,6 +28,10 @@ let ''; in { + imports = [ + inputs.ags.homeManagerModules.ags + ]; + options.modules.ags = { enable = lib.mkEnableOption "Aylur's GTK Shell with optional Stylix support"; full = lib.mkOption { diff --git a/profiles/hulk/modules.nix b/profiles/hulk/modules.nix index 3e17fda..aed857f 100644 --- a/profiles/hulk/modules.nix +++ b/profiles/hulk/modules.nix @@ -12,9 +12,6 @@ ../../modules/home-manager/fish.nix ../../modules/home-manager/ags.nix ./apps/firefox.nix - - # Home Manager modules - inputs.ags.homeManagerModules.default ]; services.flameshot = { @@ -22,6 +19,11 @@ package = pkgs.flameshot.override { enableWlrSupport = true; }; }; + modules.ags = { + enable = true; + full = true; + }; + modules.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ hyprspace ]; @@ -57,11 +59,6 @@ profileNames = [ "sador" ]; }; - modules.ags = { - enable = true; - full = true; - }; - modules.darkman.enable = true; modules.apple-style.enable = true;