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 = [
|
imports = [
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
# ./starship.nix
|
./starship.nix
|
||||||
./thefuck.nix
|
./thefuck.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
./beets.nix
|
./beets.nix
|
||||||
./zellij
|
./zellij
|
||||||
./oh-my-posh.nix
|
|
||||||
./nushell.nix
|
./nushell.nix
|
||||||
./eza.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 {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue