add hypr stuff and remove current_system var fromflake

This commit is contained in:
2025-10-25 10:55:00 -05:00
parent 2d1d85ddc6
commit 6fa11eea8f
4 changed files with 44 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
{
pkgs,
lib,
config,
...
}: {
# enable hyprland
programs.hyprland.enable = true;
# give hyprlock perms to unlock
security.pam.services.hyprlock = {};
}