[NixOS] Use community nixos hardware
This commit is contained in:
parent
dc80159777
commit
dc32eff015
@ -1,10 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixos-hardware.url = github:IvanMalison/nixos-hardware;
|
nixos-hardware.url = github:NixOS/nixos-hardware;
|
||||||
nix = {
|
|
||||||
url = github:IvanMalison/nix/master;
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = path:./nixpkgs;
|
url = path:./nixpkgs;
|
||||||
};
|
};
|
||||||
@ -29,7 +25,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = inputs@{
|
outputs = inputs@{
|
||||||
self, nix, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad,
|
self, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad,
|
||||||
xmonad-contrib, notifications-tray-icon
|
xmonad-contrib, notifications-tray-icon
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user