mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
4 commits
7d049eeb7f
...
cdccc1f0d3
Author | SHA1 | Date | |
---|---|---|---|
|
cdccc1f0d3 | ||
|
d3d12c598c | ||
|
31d6e4949e | ||
|
1769397e4a |
1 changed files with 5 additions and 3 deletions
|
@ -52,6 +52,7 @@
|
|||
deno
|
||||
dotnet-sdk
|
||||
go
|
||||
jdk
|
||||
nodejs-19_x
|
||||
ruby_3_1
|
||||
shards
|
||||
|
@ -83,6 +84,7 @@
|
|||
taps = [
|
||||
"drud/ddev"
|
||||
"homebrew/cask"
|
||||
"homebrew/cask-versions"
|
||||
];
|
||||
|
||||
# Please do not the brew.
|
||||
|
@ -97,10 +99,12 @@
|
|||
casks = [
|
||||
"alt-tab"
|
||||
"amethyst"
|
||||
"android-studio"
|
||||
"audacity"
|
||||
"background-music"
|
||||
"db-browser-for-sqlite"
|
||||
"discord"
|
||||
"discord-ptb"
|
||||
"docker"
|
||||
"fig"
|
||||
"firefox"
|
||||
|
@ -126,10 +130,8 @@
|
|||
package = pkgs.nix;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
build-users-group = "nixbld";
|
||||
};
|
||||
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