1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

add uwsm startup

This commit is contained in:
andrey_varnavskiy
2024-12-10 05:07:09 +05:00
parent 3b3ae0ec39
commit 1cb44e3e71
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
{
programs.uwsm.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
security.pam.services.hyprlock = {};