From 0487c2a6fb5043854644637b65641f2d146a4904 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 02:17:11 -0400 Subject: use my dwm --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2f242f2..c7012d1 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,11 @@ url = "github:Skullheadx/surf"; inputs.nixpkgs.follows = "nixpkgs"; }; + + my-dwm = { + url = "github:Skullheadx/dwm"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; outputs = @@ -26,6 +31,7 @@ hjem, my-slstatus, my-surf, + my-dwm, }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { -- cgit v1.3.1