Common: enable starship
This commit is contained in:
parent
330b203396
commit
5e8f1f8232
2 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
./comma.nix
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./starship.nix
|
||||
];
|
||||
# Some programs dont have a programs.*.enable option, so I install their package here
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
7
roles/common/programs/starship.nix
Normal file
7
roles/common/programs/starship.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue