cli: remove zellij, oh-my-posh

This commit is contained in:
Charlie Root 2024-09-22 19:20:23 +02:00
commit 61bdefa9c7
3 changed files with 2 additions and 29 deletions

View file

@ -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
];

View file

@ -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 = {
};
};
};
};
}

View file

@ -10,7 +10,7 @@ in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
programs.zellij = {
enable = true;
enable = false;
enableFishIntegration = true;