From b3507f572384a333e0bed3aaa98dc2839417a16c Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 17 May 2024 13:43:20 +0300 Subject: [PATCH] add fimt config fog .gitignore fix wallpaper path --- .gitignore | 2 +- fimt.toml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 fimt.toml diff --git a/.gitignore b/.gitignore index 89da370..6038fea 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ # nix /result # custom -/wallpapers/*.jpg \ No newline at end of file +/users/jan/wallpapers/*.jpg \ No newline at end of file diff --git a/fimt.toml b/fimt.toml new file mode 100644 index 0000000..d3252e2 --- /dev/null +++ b/fimt.toml @@ -0,0 +1,10 @@ +[gitignore] +editors = true +env = true +direnv = true +nix = true +custom = """\ +/users/jan/wallpapers/*.jpg\ +""" + +