Format code

This commit is contained in:
thiloho
2024-01-04 14:07:22 +01:00
parent eac9093310
commit c0a1f059dc
10 changed files with 141 additions and 153 deletions

View File

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