diff --git a/home/felschr-work.nix b/home/felschr-work.nix index 3400c90..d64ee4a 100644 --- a/home/felschr-work.nix +++ b/home/felschr-work.nix @@ -11,7 +11,6 @@ with pkgs; ./keybase.nix ./signal.nix ./browsers - ./dotnet.nix ./planck.nix ]; diff --git a/home/felschr.nix b/home/felschr.nix index 2d34b71..26f76a6 100644 --- a/home/felschr.nix +++ b/home/felschr.nix @@ -4,7 +4,6 @@ imports = [ ./shell ./editors - ./dotnet.nix ./desktop ./desktop/monitors.nix ./vpn.nix diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 0000000..7331c66 --- /dev/null +++ b/templates/README.md @@ -0,0 +1 @@ +Contains nix configs for common project environments. diff --git a/home/dotnet.nix b/templates/dotnet.nix similarity index 100% rename from home/dotnet.nix rename to templates/dotnet.nix