Add coreutils to darwin to get latest versions
This commit is contained in:
@@ -47,7 +47,9 @@ in
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
curl
|
||||
git
|
||||
coreutils
|
||||
vim
|
||||
wireguard-tools
|
||||
];
|
||||
|
||||
@@ -10,19 +10,15 @@
|
||||
"keepassxc"
|
||||
];
|
||||
|
||||
system.defaults = {
|
||||
dock = {
|
||||
persistent-apps = [
|
||||
"/Applications/Cursor.app"
|
||||
"/Applications/Firefox.app"
|
||||
"/Applications/Ghostty.app"
|
||||
"/Applications/Microsoft Outlook.app"
|
||||
"/Applications/Slack.app"
|
||||
"/Applications/Spotify.app"
|
||||
"/Applications/Thunderbird.app"
|
||||
"/Applications/zoom.us.app"
|
||||
"/System/Applications/Notes.app"
|
||||
];
|
||||
};
|
||||
};
|
||||
system.defaults.dock.persistent-apps = [
|
||||
"/Applications/Cursor.app"
|
||||
"/Applications/Firefox.app"
|
||||
"/Applications/Ghostty.app"
|
||||
"/Applications/Microsoft Outlook.app"
|
||||
"/Applications/Slack.app"
|
||||
"/Applications/Spotify.app"
|
||||
"/Applications/Thunderbird.app"
|
||||
"/Applications/zoom.us.app"
|
||||
"/System/Applications/Notes.app"
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user