diff options
author | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:01:23 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-03-08 20:01:23 -0800 |
commit | f760dd68f9c8590bd9fa80132e9d4f3eaf9f1b21 (patch) | |
tree | 47b3affeb06a14c7299bd795ba0e1afdb58d1722 /flake.nix | |
parent | b8dc37899991594ec1b99a662cd83447701e49be (diff) |
add documentation to readme
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,9 +13,10 @@ inputs.nixpkgs.follows = "nixpkgs"; }; wallpapers.url = "github:ret2pop/wallpapers"; + sops-nix.url = "github:Mic92/sops-nix"; }; - outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, ... }@attrs: { + outputs = { self, nixpkgs, home-manager, nur, disko, wallpapers, sops-nix, ... }@attrs: { nixosConfigurations = { continuity = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; |