mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: remove hyprlock everywhere
This commit is contained in:
parent
df568f8730
commit
e0702f65ad
2 changed files with 4 additions and 3 deletions
|
|
@ -15,9 +15,10 @@
|
|||
login.u2fAuth = true;
|
||||
greetd.u2fAuth = true;
|
||||
sudo.u2fAuth = true;
|
||||
hyprlock.u2fAuth = true;
|
||||
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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./scripts.nix) ]
|
||||
++ [ (import ./variables.nix) ]
|
||||
++ [ (import ./hyprlock.nix) ]
|
||||
# ++ [ (import ./hyprlock.nix) ]
|
||||
++ [ inputs.hyprland.homeManagerModules.default ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue