374 current 2024-04-17 16:14:21 24.05.20240416.5672bc9 6.8.4-zen1 *
This commit is contained in:
parent
72e5d1d4c5
commit
c2f73a14ee
4 changed files with 23 additions and 19 deletions
|
|
@ -147,26 +147,28 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = ["--cmd cd"];
|
||||
};
|
||||
|
||||
# programs.btop = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
#
|
||||
# programs.lazygit = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
#
|
||||
# programs.fzf = {
|
||||
# enable = true;
|
||||
# catppuccin.enable = true;
|
||||
# };
|
||||
programs.btop = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
systemd.user.services.kb-gui = {
|
||||
Unit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue