added file and resetting on default qt config

This commit is contained in:
Jakub Kropáček 2024-10-12 17:31:12 +02:00
parent 475a116d2f
commit 803ef57245
2 changed files with 6 additions and 5 deletions

View file

@ -45,6 +45,7 @@ in
direnv
nix-direnv
gettext
file
]
++ lib.optionals cfg.install-editors [
pkgs.lazygit

View file

@ -153,11 +153,11 @@
};
};
qt = {
enable = true;
platformTheme.name = "adwaita"; # TODO: fix themes
style.name = "adwaita";
};
# qt = {
# enable = true;
# platformTheme.name = "adwaita"; # TODO: fix themes
# style.name = "adwaita";
# };
programs.vscode = {
enable = true;