Compare commits
No commits in common. "5def6f0b9e585c4d613ab9940978b7e567fba7b8" and "c72401bbe72752a8e9612d463dc0b082e92b035f" have entirely different histories.
5def6f0b9e
...
c72401bbe7
4 changed files with 4 additions and 5 deletions
3
.envrc
3
.envrc
|
@ -1,2 +1 @@
|
||||||
# nix
|
use flake
|
||||||
use flake
|
|
||||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,4 +11,4 @@
|
||||||
# nix
|
# nix
|
||||||
/result
|
/result
|
||||||
# custom
|
# custom
|
||||||
/users/jan/wallpapers/*.jpg
|
/users/jan/wallpapers/*.jpg
|
|
@ -4,9 +4,9 @@ env = true
|
||||||
direnv = true
|
direnv = true
|
||||||
nix = true
|
nix = true
|
||||||
custom = """\
|
custom = """\
|
||||||
/users/jan/wallpapers/*.jpg
|
/users/jan/wallpapers/*.jpg\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[direnv]
|
[direnv]
|
||||||
nix = "flake"
|
nix = true;
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue