mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Compare commits
No commits in common. "c0b7a831d4bfd72691703faff6e6b576298d7289" and "f201dc75a56b1af623a85823de03c89fb452e4bc" have entirely different histories.
c0b7a831d4
...
f201dc75a5
2 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, inputs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -76,8 +76,6 @@
|
|||
wget
|
||||
xz
|
||||
zlib
|
||||
|
||||
inputs.pinix.packages.${system}.default
|
||||
];
|
||||
|
||||
# Enable/Disable hardware
|
||||
|
|
|
@ -17,10 +17,9 @@
|
|||
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, pinix, ... }: {
|
||||
outputs = inputs@{ self, nixpkgs, disko, nixos-cosmic, home-manager, nixos-hardware, ... }: {
|
||||
nixosConfigurations = {
|
||||
"nixos" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue