mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
refactor: add lots of programs
This commit is contained in:
parent
661ff3f1a0
commit
da6ce75ba9
14 changed files with 99 additions and 82 deletions
9
home/programs/zoxide.nix
Normal file
9
home/programs/zoxide.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
_: {
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue