Setup window-manager

This commit is contained in:
2026-02-26 14:35:45 +01:00
parent 567b5e2223
commit 9ff59705c0
3 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,20 @@
{ pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
environment.systemPackages = with pkgs; [
# New system packages
wofi
waybar
grim
swaynotificationcenter
swaylock
hyprpaper
lxsession
hyprshot
wayvnc
];
}