refactor: delete crumb
build / build (push) Successful in 1m31s

This commit is contained in:
2026-08-29 02:05:58 -06:00
parent bc8b56671a
commit 1b4f2d695f
132 changed files with 71 additions and 6736 deletions
-1
View File
@@ -24,7 +24,6 @@
upower.enable = true;
users.users = [
# "crumb"
"msyds"
];
-3
View File
@@ -41,13 +41,11 @@
steam = {
enable = true;
impermanenceUsers = [
# "crumb"
"msyds"
];
};
users.users = [
# "crumb"
"msyds"
];
@@ -71,7 +69,6 @@
};
};
# Make pressing the power button suspend the system.
services.logind.settings.Login = {
HandlePowerKey = "suspend";
};