📦 big package cleanup
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = with pkgs; [ emacs-nox vim ghc go gopls rustup stack ];
|
||||
environment.systemPackages = with pkgs; [ emacs-nox ];
|
||||
|
||||
# Use a custom configuration.nix location.
|
||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||
|
@ -13,13 +13,10 @@ _:
|
||||
|
||||
casks = [
|
||||
"1password"
|
||||
"alfred"
|
||||
"docker"
|
||||
"font-jetbrains-mono"
|
||||
"font-jetbrains-mono-nerd-font"
|
||||
"gpg-suite"
|
||||
"ipfs"
|
||||
"keybase"
|
||||
"plex-media-server"
|
||||
"stats"
|
||||
"syncthing"
|
||||
@ -27,8 +24,6 @@ _:
|
||||
];
|
||||
|
||||
masApps = {
|
||||
Bumpr = 1166066070;
|
||||
Magnet = 441258766;
|
||||
Tailscale = 1475387142;
|
||||
Xcode = 497799835;
|
||||
};
|
||||
|
Reference in New Issue
Block a user