about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
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;
       });