Updated flake; small fixes to account for update; added unity for laptop

This commit is contained in:
Jurn Wubben 2025-09-15 20:16:31 +02:00
parent fc8178ed80
commit cc65757a1f
11 changed files with 111 additions and 78 deletions

View file

@ -13,10 +13,10 @@ in {
config = mkIf hardware.fingerprint {
services = {
fprintd.enable = true;
logind.extraConfig = mkIf hypr ''
logind.settings.Login = mkIf hypr {
# dont shutdown when power button is short-pressed
HandlePowerKey=ignore
'';
HandlePowerKey = "ignore";
};
};
home-manager.users.jsw.wayland.windowManager.hyprland.settings = mkIf hypr {