feat: cleaned up some stuff

This commit is contained in:
Nick 2024-10-11 15:20:01 -05:00
parent cbb7128218
commit de63708b61
22 changed files with 85 additions and 31 deletions

View file

@ -8,5 +8,11 @@
];
};
};
xdg.configFile."obs-studio/themes".source = ./themes;
home = {
file = {
"./.config/obs-studio/themes" = {
source = ./themes;
};
};
};
}