summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-02-01 18:40:39 +0530
committerGitHub <noreply@github.com>2024-02-01 18:40:39 +0530
commit88cc3e7e0765b5dd11b06db442ad46536342bba5 (patch)
treed3b1c7b0d54ef3c2274d64967a3bcd2818c03c8e /flake.nix
parent01bb0877c285383fd2857920048bd2576f4d31e9 (diff)
Updates (#1)
* . * . * . * . * . * . * . * . * . * . * update * . * temp * . * . * . * . * . * . * . * . * . * . * . * . * temp * . * . * . * update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 1ea7430..3a45625 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,6 +13,8 @@
};
outputs = { self, nixpkgs, ... }@inputs: {
+ nixpkgs.overlays = [ import ./overlays/dwl.nix ];
+
# nixos-rebuild --flake .#machine
nixosConfigurations = {
z = nixpkgs.lib.nixosSystem {