hosts: cleanup

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-17 17:31:39 +03:00
parent 4054e42e21
commit a1cac8803a
6 changed files with 34 additions and 54 deletions

View File

@ -9,17 +9,27 @@
];
networking = {
networkmanager.enable = true;
hostId = "14f63637";
hostName = "eldrid";
};
environment.memoryAllocator.provider = "mimalloc";
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";
desktop.niri.enable = true;
services.displayManager.autoLogin = {
enable = true;
user = "user";
};
swapDevices = [
{
device = "/swap/swapfile";
size = 8 * 1024; # eight gigs
}
];
module = {
config = {
laptop.homeRowMods = true;
@ -30,7 +40,7 @@
};
stylix = {
enable = true;
theme = "rose-pine-moon";
theme = "gruvbox-dark-pale";
};
};
@ -38,11 +48,4 @@
opentabletdriver.enable = false;
qmk-vial.enable = true;
virtual.libvirt.enable = false;
swapDevices = [
{
device = "/swap/swapfile";
size = 8 * 1024; # eight gigs
}
];
}