nix/home/modules/niri.nix
2024-08-14 01:01:53 +10:00

7 lines
79 B
Nix

{...}: {
programs.niri = {
enable = true;
settings = {
};
};
}