darwin fixes

This commit is contained in:
2025-08-19 01:37:25 -07:00
parent 7e3e379ca5
commit fe22e065ba
2 changed files with 8 additions and 4 deletions

View File

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

View File

@@ -14,10 +14,10 @@
}:
{
imports =
[ # Include the results of the hardware scan.
# inputs.home-manager.nixosModules.default
];
# imports =
# [ # Include the results of the hardware scan.
# # inputs.home-manager.nixosModules.default
# ];
nix.settings.experimental-features = ["nix-command" "flakes"];