mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update flake and add ventoy
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user