summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index b82fa94..31cd3c8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,8 +13,6 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
- nixpkgs.overlays = [ import ./overlays/dwl.nix ];
-
# nixos-rebuild --flake .#machine
nixosConfigurations = {
x = nixpkgs.lib.nixosSystem {