fix: forgot an equals sign

This commit is contained in:
Ruben 2024-04-17 17:50:22 -05:00
commit 655375fe39
No known key found for this signature in database
GPG key ID: AE181294E97E4802

View file

@ -50,7 +50,7 @@
};
# enable plymouth because it looks cool :)))
boot.plymouth {
boot.plymouth = {
enable = true;
theme = "bgrt";
}