fix(modules/home/cli): make stuff work with env vars

This commit is contained in:
Mohammad Rafiq 2025-05-19 16:56:46 +08:00
parent d4453d1a59
commit 798a21690e
No known key found for this signature in database
4 changed files with 18 additions and 20 deletions

View file

@ -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
];
}