summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index dc838ff..81cdfa6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,13 +17,13 @@
url = "github:Skullheadx/surf";
inputs.nixpkgs.follows = "nixpkgs";
};
-
+
my-dwm = {
url = "github:Skullheadx/dwm";
inputs.nixpkgs.follows = "nixpkgs";
};
- my-st = {
+ my-st = {
url = "github:Skullheadx/st";
inputs.nixpkgs.follows = "nixpkgs";
};