fix(ags): 25.05

This commit is contained in:
Franek 2025-05-31 08:42:49 +02:00
parent db5cb1ddb3
commit 39d4794553
4 changed files with 10 additions and 10 deletions

View File

@ -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";

View File

@ -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";
};
};

View File

@ -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 {

View File

@ -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;