tangled
alpha
login
or
join now
pluie.me
/
flake
2
fork
atom
All my system configs and packages in one repo
2
fork
atom
overview
issues
pulls
pipelines
leah: fix typos
pluie.me
4 months ago
e5c7e904
08176338
verified
This commit was signed with the committer's
known signature
.
pluie.me
SSH Key Fingerprint:
SHA256:YtI1D7vlcZ4obaiJ4tQihtswcMhHKdfYZuc4whOX2y8=
+3
-2
1 changed file
expand all
collapse all
unified
split
users
leah
programs
default.nix
+3
-2
users/leah/programs/default.nix
···
1
1
{
2
2
inputs,
3
3
pkgs,
4
4
+
lib,
4
5
...
5
6
}:
6
7
{
···
54
55
direnv.enable = true;
55
56
starship = {
56
57
enable = true;
57
57
-
settings = builtins.fromTOML ./starship.toml;
58
58
-
transcience.enable = true;
58
58
+
settings = lib.importTOML ./starship.toml;
59
59
+
transience.enable = true;
59
60
};
60
61
obs-studio.enable = true;
61
62
};