flake update corrections

This commit is contained in:
2024-09-09 12:40:27 +02:00
parent 406cb190e9
commit 263d10dbdd
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
# };
# };
flatpak.enable = true;
udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
udev.packages = with pkgs; [ gnome-settings-daemon ];
};
qt.platformTheme = "kde";