summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
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 {