diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-28 22:15:33 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-28 22:15:33 -0400 |
| commit | 0626ae5d2d23f7a971af9c30fb8319fa422fb229 (patch) | |
| tree | 0da552d42dea2900e249509071c037286ed46d82 /flake.nix | |
| parent | slstatus overlay (diff) | |
| download | nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.gz nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.bz2 nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.zip | |
surf
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,7 +11,11 @@ my-slstatus = { url = "github:Skullheadx/slstatus"; inputs.nixpkgs.follows = "nixpkgs"; + }; + my-surf = { + url = "github:Skullheadx/surf"; + inputs.nixpkgs.follows = "nixpkgs"; }; }; @@ -21,7 +25,7 @@ nixpkgs, hjem, my-slstatus, - + my-surf, }@inputs: { nixosConfigurations.nepsis = nixpkgs.lib.nixosSystem { |
