diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-03-16 20:50:58 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-03-16 20:50:58 +0100 |
| commit | efe7df76d681b9f019a8680532105469737e8f58 (patch) | |
| tree | fffd176a533b868a8a00e6e0143e39f3f67d74cc /flake.nix | |
| parent | 4540d015d68d468d0022c97153ba9ebfac5f0c83 (diff) | |
feat(sway): setup sway with nixpkgs-wayland for newest version
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; |
