nixos: system revamp

This commit is contained in:
lsoriano-mcm
2025-06-28 21:15:22 -05:00
parent 37e982c983
commit bdab858be2
12 changed files with 75 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{...}: {
services = {
openssh.enable = true;
libinput.enable = true;
blueman.enable = true;
printing.enable = true;
};
}