Compare commits

..

No commits in common. "b730cef265df726b93d779d573df1a4f9894d6de" and "4f26901e9a8de8644455bdc47e83fb80fa256aac" have entirely different histories.

View file

@ -12,35 +12,27 @@
libtool libtool
pcre pcre
pkg-config pkg-config
patchelf
gnutls
gsasl
# CLI tools # CLI tools
act act
bat bat
bitwarden-cli bitwarden-cli
cloudflared
delta delta
exa exa
ffmpeg ffmpeg
fzf fzf
gh
git git
gitui gitui
gnupg gnupg
jq jq
kubectl
mosh mosh
neovim neovim
nixpkgs-fmt nixpkgs-fmt
ripgrep ripgrep
sops
vim vim
wget wget
# Programs # Programs
jetbrains.idea-ultimate
jetbrains.phpstorm jetbrains.phpstorm
jetbrains.rider jetbrains.rider
rectangle rectangle
@ -89,7 +81,6 @@
brews = [ brews = [
"composer" "composer"
"ddev" "ddev"
"mkcert"
"pkg-config" "pkg-config"
"sdl2" "sdl2"
]; ];
@ -107,6 +98,7 @@
"google-chrome" "google-chrome"
"itch" "itch"
"iterm2" "iterm2"
"nss"
"obs" "obs"
"raycast" "raycast"
"sequel-ace" "sequel-ace"
@ -127,9 +119,6 @@
settings = { settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
}; };
extraOptions = ''
experimental-features = nix-command flakes
'';
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 8d"; options = "--delete-older-than 8d";