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
|
direnv
|
||||||
nix-direnv
|
nix-direnv
|
||||||
gettext
|
gettext
|
||||||
|
file
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.install-editors [
|
++ lib.optionals cfg.install-editors [
|
||||||
pkgs.lazygit
|
pkgs.lazygit
|
||||||
|
|
|
@ -153,11 +153,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
# qt = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
platformTheme.name = "adwaita"; # TODO: fix themes
|
# platformTheme.name = "adwaita"; # TODO: fix themes
|
||||||
style.name = "adwaita";
|
# style.name = "adwaita";
|
||||||
};
|
# };
|
||||||
|
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue