remove handicap

This commit is contained in:
atagen 2022-08-28 09:52:20 +10:00
parent 3e79c4ffaa
commit 299f7a74a7
2 changed files with 4 additions and 4 deletions

View file

@ -79,9 +79,9 @@
};
# gtk compatibility
qt5.enable = true;
qt5.platformTheme = "gtk2";
qt5.style = "gtk2";
# qt5.enable = true;
# qt5.platformTheme = "gtk2";
# qt5.style = "gtk2";
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;