Many changes

This commit is contained in:
2024-01-25 00:55:35 -07:00
commit f5f1a2b69c
56 changed files with 4123 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{ ... }: {
services.blueman.enable = true;
}

3
modules/blueman/home.nix Normal file
View File

@@ -0,0 +1,3 @@
{ ... }: {
services.blueman-applet.enable = true;
}