enable hyprland

This commit is contained in:
illustris 2024-02-16 09:59:53 +05:30
parent 07776939c1
commit b9b4e3ae38
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -13,6 +13,7 @@
insomnia insomnia
# kcachegrind # kcachegrind
# kicad # 8GB # kicad # 8GB
kitty
libnotify libnotify
mpv mpv
obs-studio obs-studio
@ -58,7 +59,14 @@
networking.firewall.allowedTCPPorts = [ 4713 8888 ]; networking.firewall.allowedTCPPorts = [ 4713 8888 ];
programs.steam.enable = true; programs = {
hyprland = {
enable = true;
xwayland.enable = true;
};
waybar.enable = true;
steam.enable = true;
};
security.rtkit.enable = true; security.rtkit.enable = true;