Tweaked shell integrations

This commit is contained in:
2026-01-13 12:50:43 +00:00
parent 8126c81e97
commit 0c22cb09ff
4 changed files with 15 additions and 1 deletions

View File

@@ -74,7 +74,7 @@
"glamour".source = ./dotfiles/dot_config/glamour;
"starship.toml".source = ./dotfiles/dot_config/starship.toml;
"waybar".source = ./dotfiles/dot_config/waybar;
"euporie".source = ./dotfiles/dot_config/euporie;
# "euporie".source = ./dotfiles/dot_config/euporie;
"bottom".source = ./dotfiles/dot_config/bottom;
"swaync".source = ./dotfiles/dot_config/swaync;
"zellij".source = ./dotfiles/dot_config/zellij;

View File

@@ -31,5 +31,14 @@
'';
};
git.enable = true;
zoxide = {
enable = true;
enableNushellIntegration = true;
};
lazygit = {
enable = true;
package = unstablePkgs.lazygit;
enableNushellIntegration = true;
};
};
}

View File

@@ -10,5 +10,6 @@
home = {
username = "cianh";
homeDirectory = "/home/cianh";
shell.enableNushellIntegration = true;
};
}

View File

@@ -12,6 +12,10 @@
enable = true;
enableNushellIntegration = true;
};
direnv = {
enable = true;
enableNushellIntegration = true;
};
waybar = {
enable = true;
systemd.enable = true;