mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
6 commits
4f26901e9a
...
b730cef265
Author | SHA1 | Date | |
---|---|---|---|
|
b730cef265 | ||
|
eac1886b6e | ||
|
5552c1bb43 | ||
|
748e975083 | ||
|
8c48ec955e | ||
|
5effa69f8e |
1 changed files with 12 additions and 1 deletions
|
@ -12,27 +12,35 @@
|
|||
libtool
|
||||
pcre
|
||||
pkg-config
|
||||
patchelf
|
||||
gnutls
|
||||
gsasl
|
||||
|
||||
# CLI tools
|
||||
act
|
||||
bat
|
||||
bitwarden-cli
|
||||
cloudflared
|
||||
delta
|
||||
exa
|
||||
ffmpeg
|
||||
fzf
|
||||
gh
|
||||
git
|
||||
gitui
|
||||
gnupg
|
||||
jq
|
||||
kubectl
|
||||
mosh
|
||||
neovim
|
||||
nixpkgs-fmt
|
||||
ripgrep
|
||||
sops
|
||||
vim
|
||||
wget
|
||||
|
||||
# Programs
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.phpstorm
|
||||
jetbrains.rider
|
||||
rectangle
|
||||
|
@ -81,6 +89,7 @@
|
|||
brews = [
|
||||
"composer"
|
||||
"ddev"
|
||||
"mkcert"
|
||||
"pkg-config"
|
||||
"sdl2"
|
||||
];
|
||||
|
@ -98,7 +107,6 @@
|
|||
"google-chrome"
|
||||
"itch"
|
||||
"iterm2"
|
||||
"nss"
|
||||
"obs"
|
||||
"raycast"
|
||||
"sequel-ace"
|
||||
|
@ -119,6 +127,9 @@
|
|||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
gc = {
|
||||
automatic = true;
|
||||
options = "--delete-older-than 8d";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue