add coreutils etc.

master
Elias Almqvist 4 months ago
parent d371d7ee5e
commit f4a12680fa
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 10
      nix-darwin/home.nix

@ -27,14 +27,6 @@
# patches = [ ./change-hello-to-hi.patch ]; # patches = [ ./change-hello-to-hi.patch ];
# }); # });
# }) # })
(final: prev: {
ngspice = prev.ngspice.overrideAttrs (oldAttrs: {
configureFlags = (oldAttrs.configureFlags or []) ++ [
"--with-ngshared"
];
});
})
]; ];
# Configure your nixpkgs instance # Configure your nixpkgs instance
config = { config = {
@ -79,6 +71,7 @@
discord discord
# Utils # Utils
coreutils # *happy rms noises*
stow stow
curl curl
wget wget
@ -220,6 +213,7 @@
xpaste = "pbpaste"; xpaste = "pbpaste";
ccd = "echo $PWD | xcopy"; ccd = "echo $PWD | xcopy";
cr = "cd $(git rev-parse --show-toplevel)"; cr = "cd $(git rev-parse --show-toplevel)";
nd = "nix develop -c $SHELL";
}; };
# initExtra = '' # initExtra = ''
# # Function to check if we're in a nix-shell # # Function to check if we're in a nix-shell

Loading…
Cancel
Save