switch to niri wip branch for blur, update noctalia config, enable qt stylix theming, update niri config

This commit is contained in:
2026-03-09 16:49:11 +01:00
parent 8669253399
commit 62c14b3cdd
9 changed files with 88 additions and 185 deletions

View File

@@ -202,14 +202,6 @@
};
};
qt = {
enable = true;
platformTheme.name = "adwaita";
style = {
name = "adwaita-dark";
};
};
# Enable and configure git
programs.git = {
enable = true;
@@ -258,7 +250,6 @@
# Use dark mode
polarity = "dark";
# Disable Qt theming (it's janky and doesn't apply everywhere)
# targets.qt.enable = false;
targets.qt.enable = true;
};
}