framework-2024-08-31-21-11-57

This commit is contained in:
Alexander Szczepanski
2024-08-31 21:11:57 +02:00
parent 8fbc1204a3
commit 0738ab2e8b
4 changed files with 253 additions and 15 deletions

View File

@ -8,6 +8,7 @@
#nixos-hardware
nixos-hardware.url = "github:nixos/nixos-hardware/master";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
sops-nix =
{
@ -29,6 +30,7 @@
outputs =
{ self
, chaotic
, fw-fanctrl
, home-manager
, nixos-hardware
@ -71,6 +73,7 @@
modules = [
fw-fanctrl.nixosModules.default
./machine/framework/configuration.nix
chaotic.nixosModules.default # OUR DEFAULT MODULE
];
};