about summary refs log tree commit diff stats
path: root/home-manager/files
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-03 19:20:13 +0100
committerene <ene@sils.li>2023-03-03 19:20:13 +0100
commit34f9401dd7ad8089f51fd6360ad2ea9cc8d763c1 (patch)
tree47602e4f681a029c30808d18729528d3081adf35 /home-manager/files
parentFeat(hm/packages): Add killall (diff)
downloadnixos-config-34f9401dd7ad8089f51fd6360ad2ea9cc8d763c1.tar.gz
nixos-config-34f9401dd7ad8089f51fd6360ad2ea9cc8d763c1.zip
Fix(hm): Remove typos
Diffstat (limited to 'home-manager/files')
-rw-r--r--home-manager/files/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/files/default.nix b/home-manager/files/default.nix
index ceb12848..5dbfe19d 100644
--- a/home-manager/files/default.nix
+++ b/home-manager/files/default.nix
@@ -1,6 +1,6 @@
 # vim: ts=2
 {config, ...}: {
-  import = [
+  imports = [
     ./wallpaper
   ];
 }