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; [
|
environment.systemPackages = with pkgs; [
|
||||||
# terminal
|
# terminal
|
||||||
alacritty
|
|
||||||
ranger
|
ranger
|
||||||
(inputs.nixvim.packages.x86_64-darwin.default)
|
(inputs.nixvim.packages.x86_64-darwin.default)
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
home-manager
|
home-manager
|
||||||
alejandra
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
||||||
# work tool
|
# work tool
|
||||||
git
|
git
|
||||||
terraform
|
|
||||||
doppler
|
|
||||||
ngrok
|
|
||||||
awscli2
|
|
||||||
pgcli
|
|
||||||
|
|
||||||
# misc
|
|
||||||
ollama
|
|
||||||
sl
|
|
||||||
newsboat
|
|
||||||
|
|
||||||
(writeShellScriptBin "drs" ''
|
(writeShellScriptBin "drs" ''
|
||||||
darwin-rebuild switch --flake ~/.config/nix-darwin
|
darwin-rebuild switch --flake ~/.config/nixos
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -37,29 +25,12 @@
|
||||||
cleanup = "zap";
|
cleanup = "zap";
|
||||||
};
|
};
|
||||||
|
|
||||||
brews = [
|
|
||||||
"emacs-plus@29"
|
|
||||||
];
|
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
# internet
|
# internet
|
||||||
"qutebrowser"
|
|
||||||
"firefox"
|
|
||||||
"spotify"
|
"spotify"
|
||||||
|
|
||||||
# work
|
# work
|
||||||
"slack"
|
"slack"
|
||||||
"tunnelblick"
|
|
||||||
"dbeaver-community"
|
|
||||||
"insomnia"
|
|
||||||
|
|
||||||
# 3D
|
|
||||||
"orcaslicer"
|
|
||||||
"openscad"
|
|
||||||
|
|
||||||
# Utilities
|
|
||||||
"flameshot"
|
|
||||||
"pika"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue