nixify: hyprland & kitty

This commit is contained in:
js0ny 2025-11-22 18:43:51 +00:00
parent db78fc2289
commit f56fa1259c
22 changed files with 449 additions and 29 deletions

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.hyprland = {
enable = true;
withUWSM = false;
withUWSM = true;
xwayland.enable = true;
};