feat(nixos): add disko module for declarative partitioning

This commit is contained in:
Mohammad Rafiq 2025-07-07 11:28:09 +08:00
parent 06a3f024c5
commit 714c3b8940
No known key found for this signature in database
4 changed files with 101 additions and 4 deletions

View file

@ -14,6 +14,11 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
# disko provides declarative drive partitioning
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# import-tree imports all nix files in a given directory.
import-tree.url = "github:vic/import-tree";
# files lets us write text files and automatically add checks for them