Tux/Weckyy702: Clean up user specific modules

Generic modules should live in generic locations :^)
This commit is contained in:
2026-06-23 14:24:22 +02:00
parent 7c83ca07de
commit 9c101ab211
3 changed files with 0 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ inputs, ... }: {
flake.modules.homeManager.blueman-applet = {
services.blueman-applet.enable = true;
};
}