add fimt config fog .gitignore
fix wallpaper path
This commit is contained in:
parent
4b946f6528
commit
b3507f5723
2 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,4 +11,4 @@
|
|||
# nix
|
||||
/result
|
||||
# custom
|
||||
/wallpapers/*.jpg
|
||||
/users/jan/wallpapers/*.jpg
|
10
fimt.toml
Normal file
10
fimt.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[gitignore]
|
||||
editors = true
|
||||
env = true
|
||||
direnv = true
|
||||
nix = true
|
||||
custom = """\
|
||||
/users/jan/wallpapers/*.jpg\
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in a new issue