skipper: remove unused shell integrations

This commit is contained in:
Adithya 2024-11-24 13:19:23 +05:30
parent dd2654a5d0
commit e27619f80d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 7 additions and 1 deletions

View file

@ -44,7 +44,10 @@
];
programs = {
fzf.enable = true;
fzf = {
enable = true;
enableZshIntegration = false;
};
lazygit.enable = true;
nix-index.enable = true;
zoxide.enable = true;

View file

@ -6,6 +6,7 @@
};
yazi = {
enable = true;
enableZshIntegration = false;
settings = {
manager = {
sort_by = "natural";

View file

@ -24,6 +24,7 @@ in
{
programs.eww = {
enable = true;
enableZshIntegration = false;
configDir = pkgs.callPackage configDir { };
};
systemd.user.services = {

View file

@ -5,6 +5,7 @@ _: {
];
programs = {
command-not-found.enable = false;
dconf.enable = true;
fuse.userAllowOther = true;
git.enable = true;