feat(binto): use flake for hyprland
This commit is contained in:
parent
8ac3c65ca4
commit
fa36366409
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ in {
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNvidiaPatches = isNvidia;
|
package = hyprland.packages.x86_64-linux.default;
|
||||||
package =
|
|
||||||
lib.mkIf (!isNvidia)
|
|
||||||
hyprland.packages.x86_64-linux.default;
|
|
||||||
|
|
||||||
plugins =
|
plugins =
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Reference in a new issue