fix semicolon
This commit is contained in:
@@ -18,7 +18,7 @@ in {
|
||||
enable = lib.mkEnableOption "Cosmic desktop environment";
|
||||
};
|
||||
hyprland = {
|
||||
enable = lib.mkEnableOption "hyprland Wayland shell"
|
||||
enable = lib.mkEnableOption "hyprland Wayland shell";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user