pointers & 3 drag

This commit is contained in:
2025-04-06 20:04:13 -04:00
parent 7705f24e0f
commit 4717886bcc
7 changed files with 86 additions and 21 deletions

View File

@@ -7,6 +7,9 @@ in
./hardware-configuration.nix
];
system.stateVersion = "24.11";
time.timeZone = "America/New_York";
# System Config
reichard = {
nix = enabled;
@@ -15,6 +18,7 @@ in
boot = {
enable = true;
showNotch = true;
silentBoot = true;
};
networking = {
enable = true;
@@ -33,6 +37,7 @@ in
services = {
avahi = enabled;
ydotool = enabled;
};
security = {
@@ -49,13 +54,4 @@ in
};
};
};
# Hardware Config
hardware = {
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
};
time.timeZone = "America/New_York";
system.stateVersion = "24.11";
}