Refactoring

This commit is contained in:
2026-03-09 21:43:40 +00:00
parent 6d89b0c685
commit cb2150362c
14 changed files with 538 additions and 460 deletions

7
home/services.nix Normal file
View File

@@ -0,0 +1,7 @@
{ ... }:
{
services = {
swayosd.enable = true;
};
}