👉 Use correct pointer

This commit is contained in:
2025-01-06 21:18:45 +01:00
parent 533ff49808
commit e223999ae1
3 changed files with 18 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# Home configurations for Hyprland. For system configs, see ./hyprland
# Home configurations for Hyprland. For system configs, see ./modules/hyprland
{
imports = [
./binds.nix
@ -12,11 +12,7 @@
programs = {
btop.enable = true;
kitty = {
settings = {
window_padding_width = 10;
};
};
kitty.settings.window_padding_width = 10;
};
wayland.windowManager.hyprland.enable = true;