add hyprlock and hypridle

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-20 01:26:35 -04:00
parent f024f7e49a
commit bfccadf416
5 changed files with 147 additions and 0 deletions

View File

@ -8,6 +8,7 @@
enable = true;
xwayland.enable = true;
};
hyprlock.enable = true;
gnupg.agent = {
enable = true;
#pinentryPackage = pkgs.pinentry-rofi;
@ -54,6 +55,13 @@
};
};
powerManagement = {
enable = true;
resumeCommands = ''
${pkgs.hyprlock}/bin/hyprlock -c /home/alice/.config/hypr/hyprlock.conf
'';
};
environment.systemPackages = with pkgs; [
libsForQt5.qt5.qtwayland
qt6.qtwayland