Compare commits

...

2 commits

Author SHA1 Message Date
Aaron Honeycutt
c0b7a831d4 add pinix input 2025-02-19 14:39:24 +00:00
Aaron Honeycutt
7de416f8ca add pinix 2025-02-19 14:38:43 +00:00
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, inputs, ... }:
{
imports =
@ -76,6 +76,8 @@
wget
xz
zlib
inputs.pinix.packages.${system}.default
];
# Enable/Disable hardware

View file

@ -17,9 +17,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
pinix.url = "github:remi-dupre/pinix";
};
outputs = inputs@{ self, nixpkgs, disko, nixos-cosmic, home-manager, nixos-hardware, ... }: {
outputs = inputs@{ self, nixpkgs, disko, nixos-cosmic, home-manager, nixos-hardware, pinix, ... }: {
nixosConfigurations = {
"nixos" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";