aboutsummaryrefslogtreecommitdiff
path: root/users/common
diff options
context:
space:
mode:
Diffstat (limited to 'users/common')
-rw-r--r--users/common/desktop/default.nix2
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
];
}