Skip to content

Commit

Permalink
update runpod cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jan 31, 2025
1 parent 8decbfe commit 2640e9b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,22 @@
stateVersion = "24.11";
packages = [
pkgs.ghostty.terminfo
pkgs.nixfmt-rfc-style
pkgs.nixvim-minimal
pkgs.ruff
pkgs.uv
];
sessionVariables = {
EDITOR = "nvim";
TERMINFO_DIRS = "/root/.nix-profile/share/terminfo:/etc/terminfo:/lib/terminfo:/usr/share/terminfo";
PATH = "/nix/var/nix/profiles/default/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin /usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/nix/var/nix/profiles/default/bin";
};
};

programs.fish.shellAbbrs = {
e = "nvim";
programs.fish = {
shellAbbrs = {
e = "nvim";
};
};
}
)
Expand Down

0 comments on commit 2640e9b

Please sign in to comment.