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 = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = isNvidia;
|
||||
package =
|
||||
lib.mkIf (!isNvidia)
|
||||
hyprland.packages.x86_64-linux.default;
|
||||
package = hyprland.packages.x86_64-linux.default;
|
||||
|
||||
plugins =
|
||||
[]
|
||||
|
|
Loading…
Reference in a new issue