Compare commits

..

2 commits

Author SHA1 Message Date
803ef57245 added file and resetting on default qt config 2024-10-12 17:31:12 +02:00
475a116d2f added uv 2024-10-11 09:26:18 +02:00
3 changed files with 7 additions and 5 deletions

View file

@ -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

View file

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

View file

@ -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;