darwin fixes
This commit is contained in:
@@ -85,6 +85,10 @@
|
||||
variant = "";
|
||||
};
|
||||
|
||||
# Enable VSCode Server
|
||||
services.vscode-server.enable = true;
|
||||
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = false;
|
||||
|
||||
|
||||
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user