Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Jan 18, 2025
1 parent 76c6c19 commit 6ed5024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/racci/features/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
animate_manual_resizes = false;
animate_mouse_windowdragging = false;
enable_swallow = false;
swallow_regex = "(foot|kitty|allacritty|Allacritty)";
swallow_regex = "(foot|kitty|alacritty|Alacritty)";

focus_on_activate = true;
disable_hyprland_logo = true;
Expand Down
2 changes: 1 addition & 1 deletion modules/home-manager/custom/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ let
nearestneighbor = mkOption {
type = nullOr bool;
default = null;
description = "forces the window to use the nearest neigbor filtering.";
description = "forces the window to use the nearest neighbor filtering.";
};
noanimation = mkOption {
type = nullOr bool;
Expand Down

0 comments on commit 6ed5024

Please sign in to comment.