skipper: remove unused shell integrations
This commit is contained in:
parent
dd2654a5d0
commit
45396bda97
4 changed files with 7 additions and 1 deletions
|
@ -44,7 +44,10 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
fzf.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
lazygit.enable = true;
|
||||
nix-index.enable = true;
|
||||
zoxide.enable = true;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
};
|
||||
yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
settings = {
|
||||
manager = {
|
||||
sort_by = "natural";
|
||||
|
|
|
@ -24,6 +24,7 @@ in
|
|||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
configDir = pkgs.callPackage configDir { };
|
||||
};
|
||||
systemd.user.services = {
|
||||
|
|
|
@ -5,6 +5,7 @@ _: {
|
|||
];
|
||||
|
||||
programs = {
|
||||
programs.command-not-found.enable = false;
|
||||
dconf.enable = true;
|
||||
fuse.userAllowOther = true;
|
||||
git.enable = true;
|
||||
|
|
Loading…
Reference in a new issue