refactor: update configurations and fix inconsistent naming

Refactor various NixOS and home-manager configurations to improve consistency and readability. Correct naming inconsistencies, ensure proper indentation, and restructure Samba settings for better clarity and maintainability.
This commit is contained in:
Harald Hoyer 2024-11-28 10:01:46 +01:00
parent 26b76063e1
commit 3953362456
17 changed files with 49 additions and 49 deletions

View file

@ -13,8 +13,8 @@ with lib.metacfg;
secureboot.enable = true;
homeprinter.enable = true;
tools = {
direnv.enable = true;
#git.enable = true;
direnv.enable = true;
#git.enable = true;
};
user.extraGroups = [
"docker"