Compare commits

...

6 Commits

Author SHA1 Message Date
Alyxia Sother b730cef265
[dmitmel] Update submodule 2023-04-20 14:51:26 +02:00
Alyxia Sother eac1886b6e
[nix] Misc software 2023-04-20 14:51:17 +02:00
Alyxia Sother 5552c1bb43
[nix] Add some of the infra tools 2023-04-20 14:50:31 +02:00
Alyxia Sother 748e975083
[nix] Fix nix flags not applying 2023-04-20 14:50:03 +02:00
Alyxia Sother 8c48ec955e
[nix] Fix the annoying brew issue 2023-04-20 14:49:40 +02:00
Alyxia Sother 5effa69f8e
[nix] Add some system packages 2023-04-20 14:49:20 +02:00
1 changed files with 12 additions and 1 deletions

View File

@ -12,27 +12,35 @@
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
@ -81,6 +89,7 @@
brews = [ brews = [
"composer" "composer"
"ddev" "ddev"
"mkcert"
"pkg-config" "pkg-config"
"sdl2" "sdl2"
]; ];
@ -98,7 +107,6 @@
"google-chrome" "google-chrome"
"itch" "itch"
"iterm2" "iterm2"
"nss"
"obs" "obs"
"raycast" "raycast"
"sequel-ace" "sequel-ace"
@ -119,6 +127,9 @@
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";