Compare commits

...

4 Commits

Author SHA1 Message Date
Alyxia Sother cdccc1f0d3
[Meta] Merge master into HEAD 2023-05-08 13:46:58 +02:00
Alyxia Sother d3d12c598c
[nix] No more nix.extraOptions 2023-05-08 13:46:42 +02:00
Alyxia Sother 31d6e4949e
[nix] Java/Android Studio 2023-05-08 13:45:30 +02:00
Alyxia Sother 1769397e4a
[nix] Install discord-ptb 2023-05-08 13:43:49 +02:00
1 changed files with 5 additions and 3 deletions

View File

@ -52,6 +52,7 @@
deno deno
dotnet-sdk dotnet-sdk
go go
jdk
nodejs-19_x nodejs-19_x
ruby_3_1 ruby_3_1
shards shards
@ -83,6 +84,7 @@
taps = [ taps = [
"drud/ddev" "drud/ddev"
"homebrew/cask" "homebrew/cask"
"homebrew/cask-versions"
]; ];
# Please do not the brew. # Please do not the brew.
@ -97,10 +99,12 @@
casks = [ casks = [
"alt-tab" "alt-tab"
"amethyst" "amethyst"
"android-studio"
"audacity" "audacity"
"background-music" "background-music"
"db-browser-for-sqlite" "db-browser-for-sqlite"
"discord" "discord"
"discord-ptb"
"docker" "docker"
"fig" "fig"
"firefox" "firefox"
@ -126,10 +130,8 @@
package = pkgs.nix; package = pkgs.nix;
settings = { settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
build-users-group = "nixbld";
}; };
extraOptions = ''
experimental-features = nix-command flakes
'';
gc = { gc = {
automatic = true; automatic = true;
options = "--delete-older-than 8d"; options = "--delete-older-than 8d";