diff options
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 ]; } |