added file and resetting on default qt config
This commit is contained in:
parent
475a116d2f
commit
803ef57245
2 changed files with 6 additions and 5 deletions
|
@ -45,6 +45,7 @@ in
|
|||
direnv
|
||||
nix-direnv
|
||||
gettext
|
||||
file
|
||||
]
|
||||
++ lib.optionals cfg.install-editors [
|
||||
pkgs.lazygit
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue