diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:43:28 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:43:28 -0800 |
commit | 11afbc7055752493217086dc56c60c72ec96b200 (patch) | |
tree | c0e781233b2ead699c84e567a04e9e0b8da89f4c /users/common | |
parent | home-manager: remove trailing slash (diff) | |
download | world-11afbc7055752493217086dc56c60c72ec96b200.tar.gz |
home-manager: typo
Diffstat (limited to 'users/common')
-rw-r--r-- | users/common/desktop/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/common/desktop/default.nix b/users/common/desktop/default.nix index 0f6b27f..bf2ac8d 100644 --- a/users/common/desktop/default.nix +++ b/users/common/desktop/default.nix @@ -3,5 +3,5 @@ { imports [ ./browser.nix - ] + ]; } |