Update flake and add ventoy

This commit is contained in:
thiloho
2023-07-15 18:37:17 +02:00
parent 444741d758
commit c9d4dbee65
3 changed files with 15 additions and 14 deletions

View File

@@ -10,11 +10,11 @@
networking.hostName = "laptop";
home-manager.users.thiloho = { pkgs, ... }: {
programs.git = {
signing = {
key = "11BA77C2BDCEBF6A";
};
};
# programs.git = {
# signing = {
# key = "11BA77C2BDCEBF6A";
# };
# };
home.stateVersion = "23.05";
};
system.stateVersion = "23.05";