aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-03-16 20:50:58 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-16 20:50:58 +0100
commitefe7df76d681b9f019a8680532105469737e8f58 (patch)
treefffd176a533b868a8a00e6e0143e39f3f67d74cc /flake.nix
parent4540d015d68d468d0022c97153ba9ebfac5f0c83 (diff)
feat(sway): setup sway with nixpkgs-wayland for newest version
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ae36ae9..fd718c5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -16,7 +16,8 @@
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
- site.url = "github:schererleander/site";
+ nixpkgs-wayland.url = "github:nix-community/nixpkgs-wayland";
+ nixpkgs-wayland.inputs.nixpkgs.follows = "nixpkgs";
spicetify-nix.url = "github:Gerg-L/spicetify-nix";
spicetify-nix.inputs.nixpkgs.follows = "nixpkgs";