aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-03-08 20:01:23 -0800
committerPreston Pan <preston@nullring.xyz>2024-03-08 20:01:23 -0800
commitf760dd68f9c8590bd9fa80132e9d4f3eaf9f1b21 (patch)
tree47b3affeb06a14c7299bd795ba0e1afdb58d1722 /flake.nix
parentb8dc37899991594ec1b99a662cd83447701e49be (diff)
add documentation to readme
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ce76894..e8739d4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";