Update flake

This commit is contained in:
thiloho
2024-01-05 14:30:22 +01:00
parent f926351ee7
commit 94bded4f35
3 changed files with 40 additions and 23 deletions

View File

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