From dc32eff0151e6faa8787327f17cf93f08fb5e210 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 16 Sep 2022 16:28:56 -0600 Subject: [PATCH] [NixOS] Use community nixos hardware --- nixos/flake.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nixos/flake.nix b/nixos/flake.nix index aed6fbee..5b5842d5 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -1,10 +1,6 @@ { inputs = { - nixos-hardware.url = github:IvanMalison/nixos-hardware; - nix = { - url = github:IvanMalison/nix/master; - inputs.nixpkgs.follows = "nixpkgs"; - }; + nixos-hardware.url = github:NixOS/nixos-hardware; nixpkgs = { url = path:./nixpkgs; }; @@ -29,7 +25,7 @@ }; }; outputs = inputs@{ - self, nix, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad, + self, nixpkgs, nixos-hardware, home-manager, taffybar, xmonad, xmonad-contrib, notifications-tray-icon }: let