Skip to content

Commit

Permalink
🔧 (ags): I want that pretty lockscreen too
Browse files Browse the repository at this point in the history
Thanks again kewin-y
  • Loading branch information
elythh committed Dec 9, 2024
1 parent 3456f8f commit f5d27f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
22 changes: 13 additions & 9 deletions modules/home/opt/services/ags/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,24 @@ in
home.packages = with pkgs; [
dart-sass
pavucontrol
procps
gjs
inputs.ags.packages.${pkgs.system}.io
];

programs.ags = {
enable = true;
extraPackages = [
inputs.ags.packages.${pkgs.system}.battery
inputs.ags.packages.${pkgs.system}.hyprland
inputs.ags.packages.${pkgs.system}.mpris
inputs.ags.packages.${pkgs.system}.network
inputs.ags.packages.${pkgs.system}.tray
inputs.ags.packages.${pkgs.system}.wireplumber
inputs.ags.packages.${pkgs.system}.notifd
inputs.ags.packages.${pkgs.system}.apps
extraPackages = with inputs.ags.packages.${pkgs.system}; [
pkgs.gtk-session-lock
auth
battery
hyprland
mpris
network
tray
wireplumber
notifd
apps
];
};
};
Expand Down
1 change: 1 addition & 0 deletions modules/nixos/core/security.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
security = {
rtkit.enable = true;
pam.services = {
astal-auth = { };
greetd = {
gnupg.enable = true;
enableGnomeKeyring = true;
Expand Down

0 comments on commit f5d27f8

Please sign in to comment.