fimt.toml: fix configs
This commit is contained in:
parent
c72401bbe7
commit
bc45e95dfe
3 changed files with 5 additions and 4 deletions
3
.envrc
3
.envrc
|
@ -1 +1,2 @@
|
|||
use flake
|
||||
# nix
|
||||
use flake
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,4 +11,4 @@
|
|||
# nix
|
||||
/result
|
||||
# custom
|
||||
/users/jan/wallpapers/*.jpg
|
||||
/users/jan/wallpapers/*.jpg
|
||||
|
|
|
@ -4,9 +4,9 @@ env = true
|
|||
direnv = true
|
||||
nix = true
|
||||
custom = """\
|
||||
/users/jan/wallpapers/*.jpg\
|
||||
/users/jan/wallpapers/*.jpg
|
||||
"""
|
||||
|
||||
[direnv]
|
||||
nix = true;
|
||||
nix = "flake"
|
||||
|
||||
|
|
Loading…
Reference in a new issue