mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Compare commits
2 commits
f201dc75a5
...
c0b7a831d4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c0b7a831d4 | ||
![]() |
7de416f8ca |
2 changed files with 5 additions and 2 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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue