Merge branch 'nixbook/master' into zenix/master

This commit is contained in:
tristan 2025-03-02 18:22:10 +00:00
commit 5ef0d7cc25
7 changed files with 25 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 = [