Fixed typo with hyprland enable

This commit is contained in:
Thai Noodles 2024-01-06 09:31:46 -08:00
parent 65dba09e3d
commit f305aad88b

View File

@ -58,7 +58,7 @@
programs = { programs = {
dconf.enable = true; dconf.enable = true;
slock.enable = true; slock.enable = true;
hyprland = ( hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
}; };