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\ +""" + +