summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <admonty1@protonmail.com>2026-04-28 22:15:33 -0400
committerSkullheadx <admonty1@protonmail.com>2026-04-28 22:15:33 -0400
commit0626ae5d2d23f7a971af9c30fb8319fa422fb229 (patch)
tree0da552d42dea2900e249509071c037286ed46d82 /flake.nix
parentslstatus overlay (diff)
downloadnixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.gz
nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.bz2
nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.zip
surf
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 48f2a0a..2f242f2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {