doot working

This commit is contained in:
voidarclabs
2026-01-04 14:20:19 +00:00
parent 3bc3333e30
commit 90277a89cd
5 changed files with 103 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
elephant.url = "github:abenz1267/elephant";
chataigne.url = "./chataigne";
doot.url = "github:voidarclabs/nixos.doot";
way-edges.url = "github:way-edges/way-edges";
walker = {
@@ -13,7 +14,7 @@
};
};
outputs = { self, chataigne, nixpkgs, ... }@inputs: let
outputs = { self, doot, chataigne, nixpkgs, ... }@inputs: let
stdenv.hostPlatform.system = "x86_64-linux";
system = stdenv.hostPlatform.system;
hardwareConfig = import /etc/nixos/hardware-configuration.nix;