Update to nixos 24.05

This commit is contained in:
2024-06-15 16:02:25 +02:00
parent a42578a1b1
commit 6677d36d87
8 changed files with 22 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{ ... }: {
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
};
}