Compare commits
3 commits
4b946f6528
...
7e4e7fa182
Author | SHA1 | Date | |
---|---|---|---|
7e4e7fa182 | |||
e2b254fb45 | |||
b3507f5723 |
3 changed files with 17 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,4 +11,4 @@
|
|||
# nix
|
||||
/result
|
||||
# custom
|
||||
/wallpapers/*.jpg
|
||||
/users/jan/wallpapers/*.jpg
|
12
fimt.toml
Normal file
12
fimt.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[gitignore]
|
||||
editors = true
|
||||
env = true
|
||||
direnv = true
|
||||
nix = true
|
||||
custom = """\
|
||||
/users/jan/wallpapers/*.jpg\
|
||||
"""
|
||||
|
||||
[direnv]
|
||||
nix = true;
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue