Added missing ; at and of line
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 21s
Some checks failed
NixOS Configuration Check / nixos-check (push) Failing after 21s
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
|
Reference in New Issue
Block a user