diff --git a/hosts/talos/default.nix b/hosts/talos/default.nix index d5a0891..9ef88c1 100644 --- a/hosts/talos/default.nix +++ b/hosts/talos/default.nix @@ -104,6 +104,11 @@ services.xserver.desktopManager.plasma5.enable = true; services.power-profiles-daemon.enable = true; + programs.hyprland.enable = true; + programs.sway = { + enable = true; + wrapperFeatures.gtk = true; + }; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.