documenting and formatting

This commit is contained in:
Rouven Seifert 2022-12-27 18:21:33 +01:00
parent 398f35980e
commit aa37759efc
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 18 additions and 51 deletions

View file

@ -4,6 +4,7 @@
nixpkgs.url = github:nixos/nixpkgs/nixos-22.11;
home-manager.url = github:nix-community/home-manager;
sops-nix.url = github:Mic92/sops-nix;
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, home-manager, sops-nix }: {