Compare commits

...

3 commits

Author SHA1 Message Date
7e4e7fa182
flake.lock: update nixeovim 2024-05-17 13:45:59 +03:00
e2b254fb45
add direnv to fimt toml 2024-05-17 13:45:13 +03:00
b3507f5723
add fimt config fog .gitignore
fix wallpaper path
2024-05-17 13:43:20 +03:00
3 changed files with 17 additions and 5 deletions

2
.gitignore vendored
View file

@ -11,4 +11,4 @@
# nix
/result
# custom
/wallpapers/*.jpg
/users/jan/wallpapers/*.jpg

12
fimt.toml Normal file
View file

@ -0,0 +1,12 @@
[gitignore]
editors = true
env = true
direnv = true
nix = true
custom = """\
/users/jan/wallpapers/*.jpg\
"""
[direnv]
nix = true;

View file

@ -281,11 +281,11 @@
]
},
"locked": {
"lastModified": 1715898401,
"narHash": "sha256-w1nH/msvbX236EzcBCD4M3mWFQOgxNUGdqjD9XgLekc=",
"lastModified": 1715941536,
"narHash": "sha256-UDGYgNLwDT7T0y2kgt/H/DckfirnObuBFKWLQUpYqY0=",
"ref": "refs/heads/main",
"rev": "3bc846691213eb58b287576ce6b6622ea8592a92",
"revCount": 64,
"rev": "4f8b523579c4afe8d419e453a42bc0a7a706ea9a",
"revCount": 68,
"type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/nixeovim"
},