feat: move stuff around a bit, created new modules.

This commit is contained in:
CronyAkatsuki 2026-01-25 19:46:53 +01:00
parent 12fadadc5c
commit 506525af35
12 changed files with 247 additions and 215 deletions

View file

@ -34,5 +34,14 @@
# Setup fstrim
services.fstrim.enable = true;
# Enable seatd
services.seatd.enable = true;
# Enable ratbagd to customize mouse options
services.ratbagd.enable = true;
# Enable dconf
programs.dconf.enable = true;
};
}