added NxACE (untested)

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-04 12:10:42 +02:00
parent c202666c0d
commit 66ef004344
433 changed files with 462 additions and 51424 deletions

13
home-modules/nh.nix Normal file
View 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";
};
};
}