This commit is contained in:
2025-11-25 16:50:47 -07:00
parent e0d803ff20
commit 1beb97c222
8 changed files with 192 additions and 257 deletions

View File

@@ -37,6 +37,7 @@
time.timeZone = "${timezone}";
programs.river-classic.enable = true;
programs.niri.enable = true;
xdg.portal = {
enable = true;
config.common.default = "*";
@@ -126,5 +127,5 @@
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.flake = "../../flake.nix";
qt.platformTheme = "kde6";
# qt.platformTheme = "kde6";
}