Compare commits

..

2 commits

Author SHA1 Message Date
b9e167360a feat: set gaps in hyprland to 0 2025-10-29 20:31:42 +01:00
1d7909ff7d chore: make 64gb swap file for imilia 2025-10-29 20:31:28 +01:00
2 changed files with 9 additions and 3 deletions

View file

@ -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;

View file

@ -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";