wip: switch to niri
Some checks failed
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 3s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 4s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Failing after 3s
/ build (nvim) (push) Successful in 9s
/ report-size (push) Has been skipped

Looks cooler c:
This commit is contained in:
Jalil David Salamé Messina 2025-02-09 19:35:03 +01:00
parent 4f82dc4918
commit b445813904
Signed by: jalil
GPG key ID: F016B9E770737A0B
8 changed files with 179 additions and 51 deletions

View file

@ -23,6 +23,15 @@
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
niri-unstable.follows = "";
xwayland-satellite-unstable.follows = "";
};
};
stylix = {
url = "github:danth/stylix/release-24.11";
inputs = {