tangled
alpha
login
or
join now
suri.codes
/
nyx
0
fork
atom
my NixOS and nix-darwin config
0
fork
atom
overview
issues
pulls
pipelines
.
suri.codes
1 month ago
6cb25565
9d372ac3
+4
-2
3 changed files
expand all
collapse all
unified
split
hosts
Daedalus
default.nix
modules
home
prompts
starship
starship.toml
shells
fish
default.nix
+2
-1
hosts/Daedalus/default.nix
reviewed
···
55
55
"tailscale-app"
56
56
"GrandPerspective"
57
57
"skim"
58
58
+
# "docker-desktop"
58
59
];
59
60
masApps = {
60
61
"whatsapp" = 310633997;
···
62
63
onActivation = {
63
64
autoUpdate = true;
64
65
upgrade = true;
65
65
-
# cleanup = "zap";
66
66
+
cleanup = "zap";
66
67
};
67
68
};
68
69
+1
-1
modules/home/prompts/starship/starship.toml
reviewed
···
172
172
[custom.jj]
173
173
description = "The current jj status"
174
174
when = "jj --ignore-working-copy root"
175
175
-
symbol = "🥋 "
175
175
+
symbol = ""
176
176
command = '''
177
177
jj log --revisions @ --no-graph --ignore-working-copy --color always --limit 1 --template '
178
178
separate(" ",
+1
modules/home/shells/fish/default.nix
reviewed
···
75
75
jjbc = "jj bookmark create";
76
76
jjbm = "jj bookmark move";
77
77
jjbl = "jj bookmark list";
78
78
+
jjbt = "jj bookmark track";
78
79
79
80
jjgf = "jj git fetch";
80
81
jjgp = "jj git push";