From 3c2b2d9f462524477c61df3b18a271fe34322d46 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 14 Feb 2024 23:53:52 +0300 Subject: [PATCH] Flake : Move to templates. --- .gitignore | 2 +- .mozilla/firefox/voronind/search.json.mozlz4 | Bin 6429 -> 6439 bytes .../flake => document}/template/Android.nix | 0 .../flake => document}/template/Blank.nix | 0 .../flake => document}/template/Latex.nix | 0 .../flake => document}/template/Rust.nix | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename {.config/linux/flake => document}/template/Android.nix (100%) rename {.config/linux/flake => document}/template/Blank.nix (100%) rename {.config/linux/flake => document}/template/Latex.nix (100%) rename {.config/linux/flake => document}/template/Rust.nix (100%) diff --git a/.gitignore b/.gitignore index 0cc12b8..6e2d390 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ /document/* !/document/.dir !/document/template/ -/document/template/* +!/document/template/* !/document/template/.dir !/download/ /download/* diff --git a/.mozilla/firefox/voronind/search.json.mozlz4 b/.mozilla/firefox/voronind/search.json.mozlz4 index b506de0894b20ca883a641053c60ec13c4c70357..ca2c585a6b462081c2345efcd06d96900188b786 100644 GIT binary patch delta 292 zcmV+<0o(qaGN&>LZEt!^dNeQqJFyAR7ePX1X>4WTECVF~!DMA-X>Mg?L2PMZbMP(z zOaKyJ69G>~Z*pxs0Tu87Uua=-P;zBvWpZ+5WJzO3FFq5)uKZY@<)B5eX7XKCyJ@BkuGRU#}RV`yP+ zZe?sDI)wr-WnpvE0f1#kcyMKMX>Dbh0T3cDE~9C4baHP=L?SvOMlkXKEoN+CbZ}v7 qA}k_daBxIWFcC$8FaWv%4|^~X1BEaLH2@C;FBA(o00Xy^>liYQxLiR1 delta 281 zcmV+!0p|XvGMzFBZEt!^dNeQqDzORA7k|NIWoBt^Wn@8YX<>8UE&w|K5?=xVPeyNY zZ7Ts4@Bm+EVRKM&WoBh^a%E&mV>T~9W?^h|-!A2KaAaY0Wl3&yWpZ|5YkpW<3ZY@<)B3zS=7#C4=0x)G^ zbHV|DWq5F9a%pX4hyf5H9xkJ4b98cVNkk$#A~i7b04-*0VRUd|Ya%QnVQ_FnKQIwR fa4-O=0S{_05d(BE2Q>f>^DYz%IRFEull2%fwpv)u diff --git a/.config/linux/flake/template/Android.nix b/document/template/Android.nix similarity index 100% rename from .config/linux/flake/template/Android.nix rename to document/template/Android.nix diff --git a/.config/linux/flake/template/Blank.nix b/document/template/Blank.nix similarity index 100% rename from .config/linux/flake/template/Blank.nix rename to document/template/Blank.nix diff --git a/.config/linux/flake/template/Latex.nix b/document/template/Latex.nix similarity index 100% rename from .config/linux/flake/template/Latex.nix rename to document/template/Latex.nix diff --git a/.config/linux/flake/template/Rust.nix b/document/template/Rust.nix similarity index 100% rename from .config/linux/flake/template/Rust.nix rename to document/template/Rust.nix