feat: hyprlock, not working lol

This commit is contained in:
s-prechtl 2024-09-15 11:37:11 +02:00
parent 71108f1763
commit 268179539b
3 changed files with 43 additions and 0 deletions

View file

@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
imports = [
./hyprlock.nix
];
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;