From b05eec42c5cfc3526b154f19acea80d6010646a6 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 29 Feb 2024 16:35:17 +0100 Subject: [PATCH] talos: enable some wayland window managers --- hosts/talos/default.nix | 5 +++++ 1 file changed, 5 insertions(+) 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.