fix(modules/home/cli): make stuff work with env vars
This commit is contained in:
parent
d4453d1a59
commit
798a21690e
4 changed files with 18 additions and 20 deletions
|
@ -5,22 +5,4 @@
|
|||
./cli/zsh.nix
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
edit = "nvim $(fzf)";
|
||||
};
|
||||
|
||||
programs.zoxide.enable = true;
|
||||
home.persistence."/persist/home/rafiq".directories = [ ".local/share/zoxide" ];
|
||||
programs.nix-index.enable = true;
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
ripgrep
|
||||
fzf
|
||||
pantheon.rebuild
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue