From 00b706095dad2bf169d36bf0fcdb50a8ff1fb5f5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 20 Sep 2022 16:12:48 +0200 Subject: Flake: Remove dotfiles input Instead we use it directly. This removes a lot of hassle + limitations with flake inputs from files --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3d8534a..3d61545 100644 --- a/flake.nix +++ b/flake.nix @@ -17,11 +17,6 @@ nix-index.url = "github:Mic92/nix-index-database"; - dotfiles = { - url = "path:./dotfiles"; - flake = false; - }; - wallpapers = { url = "github:Baitinq/Wallpapers"; flake = false; @@ -39,7 +34,7 @@ in { nixosConfigurations = import ./hosts (commonInherits // { - isNixOS = true; + isNixOS = true; isIso = false; isHardware = true; }); -- cgit 1.4.1