talos: enable some wayland window managers

This commit is contained in:
Antoine Martin 2024-02-29 16:35:17 +01:00
parent b28266d6ea
commit b05eec42c5

View file

@ -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.