From b9b4e3ae385daf4177e59ff67a68830788423e60 Mon Sep 17 00:00:00 2001 From: illustris Date: Fri, 16 Feb 2024 09:59:53 +0530 Subject: [PATCH] enable hyprland --- desktop-configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/desktop-configuration.nix b/desktop-configuration.nix index 7a6ddea..df1d8a2 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -13,6 +13,7 @@ insomnia # kcachegrind # kicad # 8GB + kitty libnotify mpv obs-studio @@ -58,7 +59,14 @@ 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;