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

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1688220547,
"narHash": "sha256-cNKKLPaEOxd6t22Mt3tHGubyylbKGdoi2A3QkMTKes0=",
"lastModified": 1689414552,
"narHash": "sha256-FS47yV7VbI2EZ5nDHHuFCH1KFrA8Zh8bnEUUi77VUCU=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "89d10f8adce369a80e046c2fd56d1e7b7507bb5b",
"rev": "559856748982588a9eda6bfb668450ebcf006ccd",
"type": "github"
},
"original": {
@@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1688049487,
"narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=",
"lastModified": 1689282004,
"narHash": "sha256-VNhuyb10c9SV+3hZOlxwJwzEGytZ31gN9w4nPCnNvdI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9",
"rev": "e74e68449c385db82de3170288a28cd0f608544f",
"type": "github"
},
"original": {

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";

View File

@@ -63,9 +63,9 @@
enable = true;
userName = "thiloho";
userEmail = "123883702+thiloho@users.noreply.github.com";
signing = {
signByDefault = true;
};
# signing = {
# signByDefault = true;
# };
};
};
home = {
@@ -74,6 +74,7 @@
airshipper
tldr
prismlauncher
ventoy-full
];
};
};