📦 big package cleanup
This commit is contained in:
parent
420c80b4a1
commit
cb82a5558a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
# 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; [ emacs-nox vim ghc go gopls rustup stack ];
|
environment.systemPackages = with pkgs; [ emacs-nox ];
|
||||||
|
|
||||||
# Use a custom configuration.nix location.
|
# Use a custom configuration.nix location.
|
||||||
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
# $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix
|
||||||
|
@ -13,13 +13,10 @@ _:
|
|||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
"1password"
|
"1password"
|
||||||
"alfred"
|
|
||||||
"docker"
|
"docker"
|
||||||
"font-jetbrains-mono"
|
"font-jetbrains-mono"
|
||||||
"font-jetbrains-mono-nerd-font"
|
"font-jetbrains-mono-nerd-font"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
"ipfs"
|
|
||||||
"keybase"
|
|
||||||
"plex-media-server"
|
"plex-media-server"
|
||||||
"stats"
|
"stats"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
@ -27,8 +24,6 @@ _:
|
|||||||
];
|
];
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
Bumpr = 1166066070;
|
|
||||||
Magnet = 441258766;
|
|
||||||
Tailscale = 1475387142;
|
Tailscale = 1475387142;
|
||||||
Xcode = 497799835;
|
Xcode = 497799835;
|
||||||
};
|
};
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# 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; [ emacs ];
|
# environment.systemPackages = with pkgs; [ emacs ];
|
||||||
|
|
||||||
# Auto upgrade nix package and the daemon service.
|
# Auto upgrade nix package and the daemon service.
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
|
@ -18,8 +18,6 @@ _:
|
|||||||
"brave-browser"
|
"brave-browser"
|
||||||
"bunch"
|
"bunch"
|
||||||
"calibre"
|
"calibre"
|
||||||
"descript"
|
|
||||||
"diffusionbee"
|
|
||||||
"discord"
|
"discord"
|
||||||
"docker"
|
"docker"
|
||||||
"element"
|
"element"
|
||||||
@ -29,12 +27,10 @@ _:
|
|||||||
"firefox-developer-edition"
|
"firefox-developer-edition"
|
||||||
"font-jetbrains-mono"
|
"font-jetbrains-mono"
|
||||||
"font-jetbrains-mono-nerd-font"
|
"font-jetbrains-mono-nerd-font"
|
||||||
"gather"
|
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
"gpg-suite"
|
"gpg-suite"
|
||||||
"hazel"
|
"hazel"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
"keybase"
|
|
||||||
"logi-options-plus"
|
"logi-options-plus"
|
||||||
"logseq"
|
"logseq"
|
||||||
"loom"
|
"loom"
|
||||||
@ -52,7 +48,6 @@ _:
|
|||||||
"synology-drive"
|
"synology-drive"
|
||||||
"todoist"
|
"todoist"
|
||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
"whalebird"
|
|
||||||
"zoom"
|
"zoom"
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -62,9 +57,7 @@ _:
|
|||||||
DayOne = 1055511498;
|
DayOne = 1055511498;
|
||||||
Drafts = 1435957248;
|
Drafts = 1435957248;
|
||||||
HomeAssistant = 1099568401;
|
HomeAssistant = 1099568401;
|
||||||
Reeder = 1529448980;
|
|
||||||
Tailscale = 1475387142;
|
Tailscale = 1475387142;
|
||||||
UlyssesMac = 1225570693;
|
|
||||||
Xcode = 497799835;
|
Xcode = 497799835;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -84,7 +84,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
useRoutingFeatures = "server";
|
useRoutingFeatures = "server";
|
||||||
};
|
};
|
||||||
services.keybase.enable = true;
|
|
||||||
|
|
||||||
virtualisation.docker = {
|
virtualisation.docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user