diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 0c31b1d..b89233d 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -52,9 +52,6 @@ general = { gaps_out = 10; }; - decoration = { - rounding = 10; - }; # Allow using SUPER + left click to move windows and SUPER + right click to resize windows bindm = [ diff --git a/home-manager/nvf.nix b/home-manager/nvf.nix index 4fcb4b1..9ff99bd 100644 --- a/home-manager/nvf.nix +++ b/home-manager/nvf.nix @@ -13,12 +13,7 @@ telescope.enable = true; # fuzzy finder filetree.neo-tree.enable = true; # filetree binds.cheatsheet.enable = true; # telescope-searchable cheatsheet - binds.hardtime-nvim = { - enable = true; - setupOpts = { - restriction_mode = "hint"; - }; - }; + binds.hardtime-nvim.enable = true; # stops you using arrow keys for navigation and recommends vim motions viAlias = true; vimAlias = true;