updates
This commit is contained in:
parent
3a76faa494
commit
540131289e
2 changed files with 7 additions and 4 deletions
|
@ -109,8 +109,8 @@ let
|
|||
|
||||
#home-manager.file = toString ~/dev/home-manager;
|
||||
home-manager.git = {
|
||||
url = "https://github.com/rycee/home-manager.git";
|
||||
ref = "7b6ebf2785cfc9dd6fc2b101cbbb2152eb68d45c";
|
||||
url = "https://github.com/nix-community/home-manager.git";
|
||||
ref = "2aa20ae969f2597c4df10a094440a66e9d7f8c86";
|
||||
};
|
||||
|
||||
background-image-generators.git = {
|
||||
|
|
|
@ -86,8 +86,11 @@ in {
|
|||
key = "42AC51C9482D0834CF488AF1389EC2D64AC71EAC";
|
||||
signByDefault = true;
|
||||
};
|
||||
ignores = [ "*.swp" "*~" ".idea" ];
|
||||
|
||||
ignores = [ "*.swp" "*~" ".idea" ".*penis.*" ];
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.ff = "only";
|
||||
};
|
||||
};
|
||||
|
||||
programs.gpg = {
|
||||
|
|
Loading…
Reference in a new issue