feat: hyprland is back

This commit is contained in:
Kat Inskip 2025-12-17 06:54:37 -08:00
parent 673315ac65
commit e7e33f90b1
52 changed files with 1695 additions and 1695 deletions

View file

@ -6,8 +6,8 @@
programs.hyprland = {
enable = true;
withUWSM = true;
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
#package = inputs.hyprland.packages."${pkgs.system}".hyprland;
#portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
};
# auto launch hyprland on tty1
@ -16,8 +16,11 @@
exec uwsm start hyprland-uwsm.desktop
fi
'';
services.clipboard-sync.enable = true;
services = {
noctalia-shell.enable = true;
clipboard-sync.enable = true;
};
/*
services.displayManager.sddm = {
enable = true;