tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
move to native nix packages where possible closes #3
jaspermayone.com
2 months ago
06e45e3f
e6949d08
+18
-18
1 changed file
expand all
collapse all
unified
split
darwin
default.nix
+18
-18
darwin/default.nix
···
19
19
vim
20
20
git
21
21
inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.default
22
22
+
23
23
+
# CLI tools (migrated from homebrew)
24
24
+
coreutils
25
25
+
moreutils
26
26
+
findutils
27
27
+
git-lfs
28
28
+
gnupg
29
29
+
gnugrep
30
30
+
openssh
31
31
+
screen
32
32
+
zsh
33
33
+
ffmpeg
34
34
+
imagemagick
35
35
+
wget
36
36
+
woff2
22
37
];
23
38
24
39
# Homebrew integration
···
34
49
"bramstein/webfonttools"
35
50
];
36
51
37
37
-
# CLI tools
52
52
+
# CLI tools (only macOS-specific or unavailable in nixpkgs)
38
53
brews = [
39
39
-
"mas"
40
40
-
"coreutils"
41
41
-
"moreutils"
42
42
-
"findutils"
43
43
-
"git"
44
44
-
"git-lfs"
45
45
-
"gnupg"
46
46
-
"grep"
47
47
-
"openssh"
48
48
-
"screen"
49
49
-
"ssh-copy-id"
50
50
-
"zsh"
51
51
-
"ffmpeg"
52
52
-
{ name = "imagemagick"; args = [ "with-webp" ]; }
53
53
-
"wget"
54
54
-
# Font tools
54
54
+
"mas" # Mac App Store CLI
55
55
+
# Font tools (from bramstein/webfonttools tap)
55
56
"sfnt2woff"
56
57
"sfnt2woff-zopfli"
57
57
-
"woff2"
58
58
];
59
59
60
60
# GUI apps (casks)