mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
more goober config
This commit is contained in:
parent
c7ff941eb4
commit
5a061376b8
4 changed files with 17 additions and 25 deletions
|
@ -114,6 +114,13 @@
|
|||
};
|
||||
|
||||
};
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableBashIntegration= true;
|
||||
programs.zoxide.options = [
|
||||
"--cmd cd"
|
||||
];
|
||||
|
||||
services.mpris-proxy.enable = true;
|
||||
|
||||
# Home Manager can also manage your environment variables through
|
||||
# 'home.sessionVariables'. These will be explicitly sourced when using a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue