🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
9
modules/nix-helper.nix
Normal file
9
modules/nix-helper.nix
Normal file
@ -0,0 +1,9 @@
|
||||
# Nix-Helper: swgithub.com/viperML/nh
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = ./.;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user