diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:43:50 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 09:43:50 -0800 |
commit | bfd09b1dd5d25db2db7866109c7d8eb8cda50408 (patch) | |
tree | 6558a659405af4cb4f9718c9dcdb18ab252a142e /users/common | |
parent | home-manager: typo (diff) | |
download | world-bfd09b1dd5d25db2db7866109c7d8eb8cda50408.tar.gz |
home-manager: how many more typos ?
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 bf2ac8d..9023895 100644 --- a/users/common/desktop/default.nix +++ b/users/common/desktop/default.nix @@ -1,7 +1,7 @@ { }: { - imports [ + imports = [ ./browser.nix ]; } |