Skip to content

Commit

Permalink
add runpod hm config
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jan 31, 2025
1 parent 4fe41cd commit 1a0709a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions modules/home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,34 @@
];
};

runpod = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs {
system = "x86_64-linux";
overlays = [
inputs.nixcfg.overlays.default
inputs.nvim-config.overlays.default
self.overlays.default
];
config.allowUnfree = true;
};

modules = [
inputs.nixcfg.hmModules.cli-bat
inputs.nixcfg.hmModules.cli-direnv
inputs.nixcfg.hmModules.cli-fish
inputs.nixcfg.hmModules.cli-git
inputs.nixcfg.hmModules.cli-lazygit
inputs.nixcfg.hmModules.cli-tmux
{
home = {
username = "root";
homeDirectory = "/root";
stateVersion = "24.11";
};
}
];
};

tp3 = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = import inputs.nixpkgs {
system = "x86_64-linux";
Expand Down

0 comments on commit 1a0709a

Please sign in to comment.