added niri, not setup yet

also updated flake
This commit is contained in:
Gabriella Bere 2025-07-11 17:28:40 +01:00
parent f0aad31075
commit 4a57d46190
3 changed files with 147 additions and 50 deletions

6
home-manager/niri.nix Normal file
View file

@ -0,0 +1,6 @@
{...}: {
programs.niri = {
enable = true;
};
}