👉 Use correct pointer
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user