diff --git a/nix/home/template/app.nix b/nix/home/template/app.nix new file mode 100644 index 0000000..d207a5f --- /dev/null +++ b/nix/home/template/app.nix @@ -0,0 +1,4 @@ +{ config, pkgs, ... }: +{ + +} diff --git a/nix/home/template/default.nix b/nix/home/template/default.nix new file mode 100644 index 0000000..da2d324 --- /dev/null +++ b/nix/home/template/default.nix @@ -0,0 +1 @@ +{ ... }: { imports = [ ./default.nix ]; }