mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add tailscale and openvpn
This commit is contained in:
parent
86cf85a517
commit
41f182ca22
4 changed files with 37 additions and 4 deletions
|
|
@ -10,6 +10,11 @@ in with lib; {
|
|||
# enableZshIntegration = mkIf cfg.zsh.enable true;
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = mkIf cfg.zsh.enable true;
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = mkIf cfg.zsh.enable true;
|
||||
|
|
@ -20,14 +25,19 @@ in with lib; {
|
|||
enableZshIntegration = mkIf cfg.zsh.enable true;
|
||||
};
|
||||
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = mkIf cfg.zsh.enable true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# libraries
|
||||
glow
|
||||
ueberzugpp
|
||||
|
||||
# file managing
|
||||
fd
|
||||
ripgrep
|
||||
zoxide
|
||||
trash-cli
|
||||
|
||||
# programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue