diff --git a/hosts/imilia/default.nix b/hosts/imilia/default.nix index 9cd047f..1478b0e 100644 --- a/hosts/imilia/default.nix +++ b/hosts/imilia/default.nix @@ -19,11 +19,17 @@ environment = { systemPackages = with pkgs; [ fwupd - fw-ectool ]; etc.hosts.mode = "0700"; }; + swapDevices = [ + { + device = "/swapfile"; + size = 64 * 1024; + } + ]; + liv = { laptop.enable = true; desktop.enable = false; diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 09d768b..bd87ad0 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -110,8 +110,8 @@ general = { "$mainMod" = "ALT"; layout = "dwindle"; - gaps_in = 5; - gaps_out = 10; + gaps_in = 0; + gaps_out = 0; border_size = 2; "col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg"; "col.inactive_border" = "0x00000000";