Start migration to using flake-parts
This commit is contained in:
12
features-home-manager/nix-helper/default.nix
Normal file
12
features-home-manager/nix-helper/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
home.sessionVariables = {
|
||||
NH_FLAKE = "/home/julian/.dotfiles";
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
"os" = "nh os switch";
|
||||
"hs" = "nh home switch";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [nh];
|
||||
}
|
||||
Reference in New Issue
Block a user