summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-10-29 22:02:29 +0100
committerSilas Schöffel <sils@sils.li>2024-10-29 22:03:50 +0100
commit126153306d623c8bcb78bd2a8a1fe0094402694d (patch)
treef384b3403794f327fce35f31889d404d0558c3e4 /flake.nix
parentuse local theme file (diff)
downloadnix-config-126153306d623c8bcb78bd2a8a1fe0094402694d.tar.gz
nix-config-126153306d623c8bcb78bd2a8a1fe0094402694d.zip
add disko
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1f49f16..4ae4315 100644
--- a/flake.nix
+++ b/flake.nix
@@ -158,6 +158,10 @@
       url = "github:arkenfox/user.js";
       flake = false;
     };
+    disko = {
+      url = "github:nix-community/disko";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
   };
   outputs = {
     flake-parts,