added missing semicolon
This commit is contained in:
parent
a1134a91a9
commit
3c020f2c8c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
# Autostart using systemd
|
# Autostart using systemd
|
||||||
# systemd.enable = true;
|
# systemd.enable = true;
|
||||||
extraConfig = "exec-once = waybar"
|
extraConfig = "exec-once = waybar";
|
||||||
};
|
};
|
||||||
# Hyprland configuration
|
# Hyprland configuration
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue