diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 23:48:04 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-10-20 23:48:04 +0200 |
| commit | 62923e058aab736006d64429ff58d0ab070df014 (patch) | |
| tree | da3c66c1e0c7bf57a572a046b0ef53648f3a0da2 /modules/common | |
| parent | modules/git: Use correct name for `alias.*` config option (diff) | |
| download | nixos-config-62923e058aab736006d64429ff58d0ab070df014.zip | |
modules/{lf,common,legacy/default}: Finish migration from `school` to `documents`
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 15b4c971..faaeccf5 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -172,7 +172,7 @@ "~/.local/.Trash-1000" "~/media" - "~/school" + "~/documents" "~/repos" ]; }; |
