update flake inputs and pkgs, switch to niri-flake

This commit is contained in:
ulic-youthlic 2025-04-24 11:55:11 +08:00
parent a7e77f09f0
commit 6136a7d0a5
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 89 additions and 177 deletions

View file

@ -76,7 +76,7 @@ in
};
programs.niri = {
enable = true;
package = pkgs.niri-overview;
package = pkgs.niri-unstable;
};
};
}