feat(nixos): add disko module for declarative partitioning
This commit is contained in:
parent
06a3f024c5
commit
714c3b8940
4 changed files with 101 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue