mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 03:07:57 -05:00
Adding Parents Device
This commit is contained in:
parent
f11ae539c1
commit
56278c47b5
8 changed files with 203 additions and 11 deletions
|
|
@ -27,6 +27,11 @@
|
|||
url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
|
||||
};
|
||||
|
||||
disko = {
|
||||
url = "github:nix-community/disko";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# solaar = {
|
||||
# url = "github:Svenum/Solaar-Flake/latest";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -70,6 +75,9 @@
|
|||
envy = import ./hosts/envy {
|
||||
inherit inputs globals;
|
||||
};
|
||||
parents = import ./hosts/parents {
|
||||
inherit inputs globals;
|
||||
};
|
||||
virt-nix = import ./hosts/virt-nix {
|
||||
inherit inputs globals;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue