nh
This commit is contained in:
@@ -125,12 +125,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
NxXPS = let host = "NxXPS"; in home-manager.lib.homeManagerConfiguration {
|
"${user}@NxXPS" = let host = "NxXPS"; in home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [ ./home.nix ];
|
modules = [ ./home.nix ];
|
||||||
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };
|
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };
|
||||||
};
|
};
|
||||||
NxNORTH = let host = "NxNORTH"; in home-manager.lib.homeManagerConfiguration {
|
"${user}@NxNORTH" = let host = "NxNORTH"; in home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [ ./home.nix ];
|
modules = [ ./home.nix ];
|
||||||
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };
|
extraSpecialArgs = { inherit inputs system user host allowed secrets pkgs-unstable rice nvidia; };
|
||||||
|
|||||||
13
home-modules/shell/nh.nix
Normal file
13
home-modules/shell/nh.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ config, pkgs-unstable, ... }:
|
||||||
|
{
|
||||||
|
home = {
|
||||||
|
packages = with pkgs-unstable; [
|
||||||
|
nh
|
||||||
|
nix-output-monitor
|
||||||
|
nvd
|
||||||
|
];
|
||||||
|
sessionVariables = {
|
||||||
|
FLAKE = "${config.home.homeDirectory}/nix-dots";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
1
home.nix
1
home.nix
@@ -24,6 +24,7 @@
|
|||||||
./home-modules/shell/starship.nix
|
./home-modules/shell/starship.nix
|
||||||
./home-modules/shell/yazi.nix
|
./home-modules/shell/yazi.nix
|
||||||
./home-modules/shell/zoxide.nix
|
./home-modules/shell/zoxide.nix
|
||||||
|
./home-modules/shell/nh.nix
|
||||||
|
|
||||||
./home-modules/ssh.nix
|
./home-modules/ssh.nix
|
||||||
./home-modules/git.nix
|
./home-modules/git.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user