cosmic checkpoint

This commit is contained in:
atagen 2024-08-14 01:01:53 +10:00
parent 4031a614a8
commit f623faa0ef
26 changed files with 1163 additions and 538 deletions

7
home/modules/niri.nix Normal file
View file

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