diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-20 20:04:24 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-20 20:04:24 +0200 |
| commit | e49a1a704d7e82bb2a19376a87d624490ee72c17 (patch) | |
| tree | fb4eab627c3e74bac67833487c8ca48dbc7a33a4 /common | |
| parent | 53cecfc224beefb12176feaf70e9441903f845ea (diff) | |
fix typos
Diffstat (limited to 'common')
| -rw-r--r-- | common/home/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/home/default.nix b/common/home/default.nix index cc624d2..8aa1764 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -114,7 +114,7 @@ in xdg = { portal = { enable = true; - xdgOPenUsePortal = true; + xdgOpenUsePortal = true; }; userDirs = { |