home: starship: remove unused module
This commit is contained in:
parent
d177a5bd71
commit
bc79f1b8a2
4 changed files with 0 additions and 20 deletions
|
|
@ -12,7 +12,6 @@
|
|||
./rofi.nix
|
||||
./secrets
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./themes
|
||||
./tmux.nix
|
||||
./x
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
let
|
||||
cfg = config.my.home.starship;
|
||||
in
|
||||
{
|
||||
options.my.home.starship.enable = lib.mkEnableOption "Starship.rs prompt";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
settings = {
|
||||
add_newline = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue