diff options
Diffstat (limited to 'system-profiles/niri-flake.nix')
-rw-r--r-- | system-profiles/niri-flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system-profiles/niri-flake.nix b/system-profiles/niri-flake.nix new file mode 100644 index 00000000..b28d51ff --- /dev/null +++ b/system-profiles/niri-flake.nix | |||
@@ -0,0 +1,4 @@ | |||
1 | { ... }: | ||
2 | { | ||
3 | config.niri-flake.cache.enable = false; | ||
4 | } | ||