Skip to content

Commit

Permalink
talos: enable some wayland window managers
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Feb 29, 2024
1 parent b28266d commit b05eec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/talos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b05eec4

Please sign in to comment.