darwin fixes

This commit is contained in:
2025-08-19 11:34:43 -07:00
parent fe22e065ba
commit 0e20523cf1
2 changed files with 3 additions and 9 deletions

View File

@@ -85,10 +85,6 @@
variant = "";
};
# Enable VSCode Server
services.vscode-server.enable = true;
# Enable CUPS to print documents.
services.printing.enable = false;

View File

@@ -60,13 +60,11 @@
users.users.rogueking = {
# isNormalUser = true;
description = "rogueking";
extraGroups = [ "admin" "staff" "wheel" "docker" ];
# extraGroups = [ "admin" "staff" "wheel" "docker" ];
shell = pkgs.zsh;
#packages = [ inputs.home-manager.packages.${pkgs.system}.default ];
packages = with pkgs; [
#apps
#cli
# thunderbird
];
};