diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:04:30 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-01 00:04:30 +0200 |
| commit | e6ddeef21e702fdf2b5e19d2154c0594da764d11 (patch) | |
| tree | ad99a57de3e6f2dd9eedac5ae0adb1fe99059203 /modules/common/default.nix | |
| parent | modules/lf/prev/application/archive: Add required `cat` dependency (diff) | |
| download | nixos-config-e6ddeef21e702fdf2b5e19d2154c0594da764d11.zip | |
modules/{atuin,common,backup}: Fix minor typos and unused imports
Diffstat (limited to '')
| -rw-r--r-- | modules/common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index 080d3f2a..ea9f2ded 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -106,7 +106,7 @@ "~/.local/share/maildir" - # "Unknown filetype (and there is no real reason to (try to) synchronize sockets)" + # "Unknown filetype" (and there is no real reason to (try to) synchronize sockets) "~/.local/share/gnupg/S.gpg-agent" "~/.local/share/gnupg/S.gpg-agent.browser" "~/.local/share/gnupg/S.gpg-agent.extra" |
