mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-26 08:34:17 -05:00
starship?
This commit is contained in:
parent
b992372fb1
commit
bcc4a22279
2 changed files with 4 additions and 6 deletions
|
|
@ -96,6 +96,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
# Configure pulseaudio
|
||||
|
|
|
|||
|
|
@ -135,11 +135,5 @@
|
|||
gamescope
|
||||
gamemode
|
||||
] else []
|
||||
) ++ (
|
||||
# Fish shell stuff
|
||||
[
|
||||
fishPlugins.tide
|
||||
procps
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue