diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 12:04:49 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 12:04:49 -0800 |
commit | 06c6aa0534368d687ddc0b68d5414a1a9093101f (patch) | |
tree | 23a7445af9d35542551054169bef90411d359cfe /users/fcuny/desktop/sway | |
parent | sway: adjust configuration (diff) | |
download | world-06c6aa0534368d687ddc0b68d5414a1a9093101f.tar.gz |
home-manager: typo
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/sway/default.nix | 2 |
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 ]; |