enable hyprland
This commit is contained in:
parent
07776939c1
commit
b9b4e3ae38
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user