mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add pinix
This commit is contained in:
parent
f201dc75a5
commit
7de416f8ca
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue