fix(ags): 25.05
This commit is contained in:
parent
db5cb1ddb3
commit
39d4794553
@ -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";
|
||||
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user