diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/i3.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/i3.nix b/users/fcuny/i3.nix index 833b561..e6a7659 100644 --- a/users/fcuny/i3.nix +++ b/users/fcuny/i3.nix @@ -10,7 +10,7 @@ keybindings = lib.mkOptionDefault { "${mod}+r" = "exec --no-startup-id ${pkgs.rofi}/bin/rofi"; }; - } + }; }; programs.rofi = { |