diff --git a/.envrc b/.envrc index 3550a30..369f4b8 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ -use flake +# nix +use flake \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6038fea..86af37b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ # nix /result # custom -/users/jan/wallpapers/*.jpg \ No newline at end of file +/users/jan/wallpapers/*.jpg diff --git a/fimt.toml b/fimt.toml index c8a86f5..f7cd68e 100644 --- a/fimt.toml +++ b/fimt.toml @@ -4,9 +4,9 @@ env = true direnv = true nix = true custom = """\ -/users/jan/wallpapers/*.jpg\ +/users/jan/wallpapers/*.jpg """ [direnv] -nix = true; +nix = "flake"