Compare commits

..

No commits in common. "803ef572459dc4dbd7ffe7d152a7fc22df1393ce" and "77a291e03aea7afcd224973864e718f67dd0a33e" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

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

View file

@ -28,7 +28,6 @@ in
python3
poetry
pre-commit
uv
]
++ lib.optionals cfg.install-older [
python311

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;