feat(flake/home): add niri home-manager flake

This commit is contained in:
Sk7Str1p3 2026-05-13 20:47:46 +03:00
parent 09cb1886dc
commit faca496c63
No known key found for this signature in database
GPG key ID: 4DD995933D06D43B
3 changed files with 136 additions and 5 deletions

View file

@ -17,4 +17,12 @@
stylix = {
url = "github:nix-community/stylix";
};
/**
Flake for configuring Niri.
Used because home-manager does not support Niri yet.
*/
niri = {
url = "github:sodiboo/niri-flake";
};
}