📦 oh-my-posh -> starship.rs
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 5m47s
Some checks failed
Build all NixOS Configurations / nix build (push) Failing after 5m47s
This commit is contained in:
parent
7ac796d908
commit
3afd6e851e
2 changed files with 14 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
imports = [
|
||||
./editor.nix
|
||||
./network.nix
|
||||
./oh-my-posh
|
||||
#./oh-my-posh
|
||||
./starship-rs
|
||||
./packages.nix
|
||||
./terminal.nix
|
||||
./zfs.nix
|
||||
|
|
12
homes/common/starship-rs/default.nix
Normal file
12
homes/common/starship-rs/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue