sorta refactor

This commit is contained in:
2025-12-25 23:41:24 +02:00
parent 68f7fe03e7
commit 063e32aa73
52 changed files with 1159 additions and 1996 deletions
+10 -11
View File
@@ -8,15 +8,7 @@
./misc
];
networking = {
hostId = "31150fae";
hostName = "sarien";
};
system.stateVersion = "25.11";
time.timeZone = "Europe/Kyiv";
desktop.niri.enable = true;
desktop.dms.enable = true;
services.displayManager.autoLogin = {
enable = true;
@@ -37,17 +29,24 @@
];
module = {
host = {
id = "31150fae";
name = "sarien";
stateVersion = "25.11";
};
config = {
laptop.homeRowMods = true;
powerSave = true;
useIwd = true;
vaapi = "intel-media-driver";
locale = "uk_UA.UTF-8";
timeZone = "Europe/Kyiv";
};
stylix = {
enable = true;
theme = "sandcastle";
theme = "ashes";
};
locale = "uk_UA.UTF-8";
misc.qmk-vial.enable = true;
virt.libvirt.enable = true;
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
imports = [
./laptop
# ./laptop
];
services = {
logind = {