Add coreutils to darwin to get latest versions

This commit is contained in:
Lukas Cech 2025-01-14 16:31:16 +01:00
parent 56a2ca7c5a
commit b6516e48ac
3 changed files with 13 additions and 16 deletions

View File

@ -47,7 +47,9 @@ in
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget # $ nix-env -qaP | grep wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
curl
git git
coreutils
vim vim
wireguard-tools wireguard-tools
]; ];

View File

@ -10,19 +10,15 @@
"keepassxc" "keepassxc"
]; ];
system.defaults = { system.defaults.dock.persistent-apps = [
dock = { "/Applications/Cursor.app"
persistent-apps = [ "/Applications/Firefox.app"
"/Applications/Cursor.app" "/Applications/Ghostty.app"
"/Applications/Firefox.app" "/Applications/Microsoft Outlook.app"
"/Applications/Ghostty.app" "/Applications/Slack.app"
"/Applications/Microsoft Outlook.app" "/Applications/Spotify.app"
"/Applications/Slack.app" "/Applications/Thunderbird.app"
"/Applications/Spotify.app" "/Applications/zoom.us.app"
"/Applications/Thunderbird.app" "/System/Applications/Notes.app"
"/Applications/zoom.us.app" ];
"/System/Applications/Notes.app"
];
};
};
} }

View File

@ -1,5 +1,4 @@
# Allow usage of aliases when using sudo # Allow usage of aliases when using sudo
alias ls='ls --color'
alias less='less -R' alias less='less -R'
alias curlTiming="curl -w \" time_namelookup: %{time_namelookup}s\n time_connect: %{time_connect}s\n time_appconnect: %{time_appconnect}s\n time_pretransfer: %{time_pretransfer}s\n time_redirect: %{time_redirect}s\n time_starttransfe alias curlTiming="curl -w \" time_namelookup: %{time_namelookup}s\n time_connect: %{time_connect}s\n time_appconnect: %{time_appconnect}s\n time_pretransfer: %{time_pretransfer}s\n time_redirect: %{time_redirect}s\n time_starttransfe
r: %{time_starttransfer}s\n ----------\n time_total: %{time_total}s\n\" -o /dev/null" r: %{time_starttransfer}s\n ----------\n time_total: %{time_total}s\n\" -o /dev/null"