From 4cff2ec6525e27a6629884e4b9157f0a0d5dd666 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 11 May 2025 17:34:42 +1200 Subject: feat: Updated YATwm config slightly, and messed with hyprland Hyprland still doesn't work --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 244f42c..43a9411 100644 --- a/configuration.nix +++ b/configuration.nix @@ -97,7 +97,11 @@ in # package = inputs.YATwm.packages.x86_64-linux.YATwm; #}; }; - programs.hyprland.enable = true; + programs.hyprland = { + enable = true; + #package = inputs.hyprland.packages.${pkgs.system}.hyprland; + #portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; + }; services.displayManager = { #defaultSession = "none+i3"; #sddm.enable = true; -- cgit v1.2.3