hosts: remove usrEnv options

This commit is contained in:
Charlie Root 2025-03-26 19:38:05 +01:00
commit 2a66fc79e2
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
3 changed files with 14 additions and 45 deletions

View file

@ -25,6 +25,9 @@
mainUser.gitSigningKey = "";
};
modules = {
services = {
locate.enable = true;
};
system = {
services.forgejo.enable = true;
programs = {
@ -34,13 +37,6 @@
eza.enable = true;
};
};
usrEnv = {
desktops.hyprland.enable = false;
services = {
locate.enable = true;
};
};
other = {
system = {
username = "cr";