chore: remove hyprlock everywhere

This commit is contained in:
Ahwx 2025-02-13 12:10:22 +01:00
parent df568f8730
commit e0702f65ad
2 changed files with 4 additions and 3 deletions

View file

@ -15,9 +15,10 @@
login.u2fAuth = true; login.u2fAuth = true;
greetd.u2fAuth = true; greetd.u2fAuth = true;
sudo.u2fAuth = true; sudo.u2fAuth = true;
hyprlock.u2fAuth = true;
swaylock.fprintAuth = if (host == "sakura") then true else false; swaylock.fprintAuth = if (host == "sakura") then true else false;
hyprlock.fprintAuth = if (host == "sakura") then true else false; # No longer using Hyprlock, might stay here for if I ever switch to it again.
# hyprlock.u2fAuth = true;
# hyprlock.fprintAuth = if (host == "sakura") then true else false;
}; };
}; };

View file

@ -4,6 +4,6 @@
++ [ (import ./config.nix) ] ++ [ (import ./config.nix) ]
++ [ (import ./scripts.nix) ] ++ [ (import ./scripts.nix) ]
++ [ (import ./variables.nix) ] ++ [ (import ./variables.nix) ]
++ [ (import ./hyprlock.nix) ] # ++ [ (import ./hyprlock.nix) ]
++ [ inputs.hyprland.homeManagerModules.default ]; ++ [ inputs.hyprland.homeManagerModules.default ];
} }