added hm cli utility
This commit is contained in:
parent
46387a4745
commit
f797aedb5b
5 changed files with 118 additions and 2 deletions
10
users/modules/common/hm-cli.nix
Normal file
10
users/modules/common/hm-cli.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home = {
|
||||
packages = with pkgs; [ hm-cli ];
|
||||
sessionVariables = {
|
||||
HM_PATH = "/etc/nixos";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue