current state of things

This commit is contained in:
atagen 2025-06-18 01:06:36 +10:00
parent 63fbd6d499
commit b8d157ab6f
85 changed files with 895 additions and 6014 deletions

View file

@ -1,6 +1,6 @@
{
pkgs,
mainUser,
inputs,
...
}:
{
@ -21,6 +21,13 @@
};
programs.niri = {
enable = true;
package = pkgs.niri-unstable;
package = inputs.niri.packages.x86_64-linux.niri-unstable;
};
services.niri-session-manager = {
enable = true;
# settings = {
# save-interval = 5;
# max-backup-count = 12;
# };
};
}