about summary refs log tree commit diff
path: root/users/fcuny/desktop/sway/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 12:04:49 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 12:04:49 -0800
commit06c6aa0534368d687ddc0b68d5414a1a9093101f (patch)
tree23a7445af9d35542551054169bef90411d359cfe /users/fcuny/desktop/sway/default.nix
parentsway: adjust configuration (diff)
downloadworld-06c6aa0534368d687ddc0b68d5414a1a9093101f.tar.gz
home-manager: typo
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/sway/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/desktop/sway/default.nix b/users/fcuny/desktop/sway/default.nix
index d4d9093..d21f926 100644
--- a/users/fcuny/desktop/sway/default.nix
+++ b/users/fcuny/desktop/sway/default.nix
@@ -1,7 +1,7 @@
 { config, lib, pkgs, ... }:
 
 {
-  imorts = [
+  imoprts = [
     ./wofi.nix
   ];