fix theme and games

This commit is contained in:
twoneis 2024-07-01 20:57:46 +02:00
parent 2adbcff5b2
commit 4a845de12d
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@
withVM = false;
withContainers = true;
withGames = false;
withGames = true;
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
}

View file

@ -2,12 +2,12 @@
home.packages = with pkgs; [
gnome.adwaita-icon-theme
adwaita-qt
adwaita-qt6
];
qt = {
enable = true;
platformTheme.name = "gtk3";
style.package = pkgs.adwaita-qt6;
platformTheme.name = "adwaita";
style.name = "adwaita-dark";
};