summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-29 17:33:13 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-29 17:33:13 -0400
commit63dacf13def241461cdbadde012751d62551cb31 (patch)
tree81c86fccc831ce1aa922ac5fe225c2e649e520d9 /flake.nix
parentupdate dwm (diff)
downloadnixos-63dacf13def241461cdbadde012751d62551cb31.tar.gz
nixos-63dacf13def241461cdbadde012751d62551cb31.tar.bz2
nixos-63dacf13def241461cdbadde012751d62551cb31.zip
scripts dir
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";
};