Add multiple hosts & restructure things

This commit is contained in:
2024-01-30 02:51:16 +00:00
parent f5f1a2b69c
commit 5e5508ec84
37 changed files with 596 additions and 510 deletions

View File

@@ -1,7 +1,8 @@
{ ... }: {
programs.tint2.enable = true;
xdg.configFile."tint2/tint2rc" = {
source = ./tint2rc;
executable = true;
source = ./tint2rc;
executable = true;
};
}