cli: remove zellij, oh-my-posh
This commit is contained in:
parent
67b5d05b7d
commit
61bdefa9c7
3 changed files with 2 additions and 29 deletions
|
@ -2,12 +2,11 @@ _: {
|
|||
imports = [
|
||||
./fish.nix
|
||||
./nh.nix
|
||||
# ./starship.nix
|
||||
./starship.nix
|
||||
./thefuck.nix
|
||||
./zoxide.nix
|
||||
./beets.nix
|
||||
./zellij
|
||||
./oh-my-posh.nix
|
||||
./nushell.nix
|
||||
./eza.nix
|
||||
];
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkIf;
|
||||
cfg = config.modules.system.programs.oh-my-posh;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
programs.oh-my-posh = {
|
||||
enable = true;
|
||||
package = pkgs.oh-my-posh;
|
||||
enableNushellIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
useTheme = "zash";
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,7 +10,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
|
||||
enableFishIntegration = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue