From 84e73e3f98307f0e6b7103a30d06022cd0061502 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 2 Mar 2025 10:26:16 +0300 Subject: feat(mora): add `niri` from Git --- flake.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index db86f4f..e921f49 100644 --- a/flake.nix +++ b/flake.nix @@ -7,6 +7,8 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nix-filter.url = "github:numtide/nix-filter"; + flake-compat = { url = "github:edolstra/flake-compat"; flake = false; @@ -60,9 +62,17 @@ fjordlauncher = { url = "github:unmojang/FjordLauncher"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.nix-filter.follows = "nix-filter"; inputs.flake-compat.follows = "flake-compat"; }; + niri = { + url = "github:YaLTeR/niri"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.nix-filter.follows = "nix-filter"; + inputs.rust-overlay.follows = ""; # NOTE: for end user is not requried + }; + wezterm = { url = "github:wezterm/wezterm?dir=nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -98,6 +108,7 @@ musnix, fjordlauncher, + niri, wezterm, ... @@ -121,6 +132,7 @@ { nixpkgs.overlays = [ fjordlauncher.overlays.default + niri.overlays.default ]; } -- cgit v1.2.3-70-g09d2