m4 darwin lite
This commit is contained in:
parent
df7bece6fb
commit
134a2e3bdf
1 changed files with 1 additions and 30 deletions
|
|
@ -3,30 +3,18 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# terminal
|
||||
alacritty
|
||||
ranger
|
||||
(inputs.nixvim.packages.x86_64-darwin.default)
|
||||
|
||||
# nix
|
||||
home-manager
|
||||
alejandra
|
||||
nix-output-monitor
|
||||
|
||||
# work tool
|
||||
git
|
||||
terraform
|
||||
doppler
|
||||
ngrok
|
||||
awscli2
|
||||
pgcli
|
||||
|
||||
# misc
|
||||
ollama
|
||||
sl
|
||||
newsboat
|
||||
|
||||
(writeShellScriptBin "drs" ''
|
||||
darwin-rebuild switch --flake ~/.config/nix-darwin
|
||||
darwin-rebuild switch --flake ~/.config/nixos
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
@ -37,29 +25,12 @@
|
|||
cleanup = "zap";
|
||||
};
|
||||
|
||||
brews = [
|
||||
"emacs-plus@29"
|
||||
];
|
||||
|
||||
casks = [
|
||||
# internet
|
||||
"qutebrowser"
|
||||
"firefox"
|
||||
"spotify"
|
||||
|
||||
# work
|
||||
"slack"
|
||||
"tunnelblick"
|
||||
"dbeaver-community"
|
||||
"insomnia"
|
||||
|
||||
# 3D
|
||||
"orcaslicer"
|
||||
"openscad"
|
||||
|
||||
# Utilities
|
||||
"flameshot"
|
||||
"pika"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue