This commit is contained in:
parent
20599680bf
commit
055425a899
3 changed files with 259 additions and 269 deletions
522
flake.lock
generated
522
flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,10 @@
|
||||||
inputs.systems.follows = "systems";
|
inputs.systems.follows = "systems";
|
||||||
};
|
};
|
||||||
|
|
||||||
nur.url = "github:nix-community/NUR";
|
nur = {
|
||||||
|
url = "github:nix-community/NUR";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
|
|
|
@ -20,6 +20,7 @@ in
|
||||||
|
|
||||||
signing = {
|
signing = {
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
|
format = "openpgp";
|
||||||
key = "B19E3F4A2D806AB4793FDF2FC73D37CBED7BFC77";
|
key = "B19E3F4A2D806AB4793FDF2FC73D37CBED7BFC77";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue