Remove unnecessary configuration options and packages

This commit is contained in:
thiloho
2024-08-06 14:11:07 +02:00
parent 32060797a1
commit 8e8fed4648
3 changed files with 1 additions and 37 deletions

View File

@@ -58,7 +58,7 @@
home-manager.users.thiloho = { pkgs, lib, ... }: {
programs.git.signing.key = "5ECD00BDC15A987E";
home = {
packages = with pkgs; [ blender inkscape chromium ];
packages = with pkgs; [ blender inkscape ];
stateVersion = "23.05";
};
};