Update flake

This commit is contained in:
thiloho
2023-10-16 16:10:27 +02:00
parent 4353405737
commit 33e0137eac
3 changed files with 16 additions and 10 deletions

View File

@@ -22,7 +22,12 @@
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "1142F33FFA8ADAAC";
home.stateVersion = "23.05";
home = {
packages = with pkgs; [
# ciscoPacketTracer8
];
stateVersion = "23.05";
};
};
system.stateVersion = "23.05";
}