Superuser bypass #2

Open
wymiller wants to merge 3 commits from macos-superuser-bypass-refactor into master
3 changed files with 60 additions and 52 deletions
Showing only changes of commit faed026258 - Show all commits

View File

@@ -1,5 +1,4 @@
{ lib, pkgs, ... }: {
# Common packages that every system will use
environment.systemPackages = with pkgs; [
git
vim
@@ -17,9 +16,8 @@
nix-ld
]) ++
lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
# nothing here, yet
# nothing here, yet ;)
]);
# Common environment variables that every system will use
environment.variables.EDITOR = "nvim";
}