diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-29 17:33:13 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-29 17:33:13 -0400 |
| commit | 63dacf13def241461cdbadde012751d62551cb31 (patch) | |
| tree | 81c86fccc831ce1aa922ac5fe225c2e649e520d9 /flake.nix | |
| parent | update dwm (diff) | |
| download | nixos-63dacf13def241461cdbadde012751d62551cb31.tar.gz nixos-63dacf13def241461cdbadde012751d62551cb31.tar.bz2 nixos-63dacf13def241461cdbadde012751d62551cb31.zip | |
scripts dir
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; }; |
