Compare commits
No commits in common. "803ef572459dc4dbd7ffe7d152a7fc22df1393ce" and "77a291e03aea7afcd224973864e718f67dd0a33e" have entirely different histories.
803ef57245
...
77a291e03a
3 changed files with 5 additions and 7 deletions
|
@ -45,7 +45,6 @@ in
|
||||||
direnv
|
direnv
|
||||||
nix-direnv
|
nix-direnv
|
||||||
gettext
|
gettext
|
||||||
file
|
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.install-editors [
|
++ lib.optionals cfg.install-editors [
|
||||||
pkgs.lazygit
|
pkgs.lazygit
|
||||||
|
|
|
@ -28,7 +28,6 @@ in
|
||||||
python3
|
python3
|
||||||
poetry
|
poetry
|
||||||
pre-commit
|
pre-commit
|
||||||
uv
|
|
||||||
]
|
]
|
||||||
++ lib.optionals cfg.install-older [
|
++ lib.optionals cfg.install-older [
|
||||||
python311
|
python311
|
||||||
|
|
|
@ -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