added NxACE (untested)
This commit is contained in:
13
home-modules/nh.nix
Normal file
13
home-modules/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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user