nixbook: update

This commit is contained in:
tristan 2025-02-19 10:53:27 +00:00
parent 270cfdc8d7
commit f17722577a
5 changed files with 17 additions and 39 deletions

View file

@ -1,5 +1,8 @@
{config, ...}: {
programs.hyprland.enable = true;
programs.hyprland = {
enable = true;
withUWSM = true;
};
security.pam.services.hyprlock = {};
imports = [