Sops-Nix
This commit is contained in:
7
home-modules/programming/node.nix
Normal file
7
home-modules/programming/node.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, lib, host, ... }:
|
||||
lib.mkIf (host != "NxACE")
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user