Laptop changes

This commit is contained in:
Jimbo 2025-02-25 11:50:54 -05:00
parent 5a76c612bc
commit 72fa26867c
4 changed files with 14 additions and 11 deletions

View file

@ -1,7 +1,6 @@
{ config, lib, ... }:
{
home-manager.users."${config.sysusers.main}".home = {
desktop.enable = false;
stateVersion = lib.mkForce config.system.stateVersion;
};
}