Compare commits
2 commits
40329dea86
...
e8243a159d
Author | SHA1 | Date | |
---|---|---|---|
|
e8243a159d | ||
|
971eeac080 |
|
@ -27,6 +27,8 @@ in
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
shell.disabled = false;
|
||||||
|
shell.fish_indicator = "🐟";
|
||||||
container.format = "[\\[$name\\]]($style) ";
|
container.format = "[\\[$name\\]]($style) ";
|
||||||
git_status = {
|
git_status = {
|
||||||
ahead = "⇡\${count}";
|
ahead = "⇡\${count}";
|
||||||
|
|
|
@ -46,6 +46,7 @@ with lib.metacfg;
|
||||||
attic-client
|
attic-client
|
||||||
piper
|
piper
|
||||||
gnome-remote-desktop
|
gnome-remote-desktop
|
||||||
|
nodejs
|
||||||
];
|
];
|
||||||
|
|
||||||
security.tpm2.enable = false;
|
security.tpm2.enable = false;
|
||||||
|
|
Loading…
Reference in a new issue