diff options
| author | BossCode45 <boss@tehbox.org> | 2025-05-11 17:34:42 +1200 |
|---|---|---|
| committer | BossCode45 <boss@tehbox.org> | 2025-05-11 17:34:42 +1200 |
| commit | 4cff2ec6525e27a6629884e4b9157f0a0d5dd666 (patch) | |
| tree | bc0d3bf4b174ec2a5d65556687e0d92d7cfb6132 /configuration.nix | |
| parent | 7072cf1bdf2b8e4183ccb0247d8c5fa266ae315f (diff) | |
| download | nixos-configuration-4cff2ec6525e27a6629884e4b9157f0a0d5dd666.tar.gz nixos-configuration-4cff2ec6525e27a6629884e4b9157f0a0d5dd666.zip | |
feat: Updated YATwm config slightly, and messed with hyprland
Hyprland still doesn't work
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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; |
