about summary refs log tree commit diff
path: root/users/common/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-12 09:43:50 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-12 09:43:50 -0800
commitbfd09b1dd5d25db2db7866109c7d8eb8cda50408 (patch)
tree6558a659405af4cb4f9718c9dcdb18ab252a142e /users/common/desktop/default.nix
parenthome-manager: typo (diff)
downloadworld-bfd09b1dd5d25db2db7866109c7d8eb8cda50408.tar.gz
home-manager: how many more typos ?
Diffstat (limited to '')
-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
   ];
 }