This commit is contained in:
tulg 2026-02-28 18:17:56 +03:00
parent 84b12dca7f
commit 7dbc8d70cb
2 changed files with 3 additions and 3 deletions

View file

@ -95,6 +95,7 @@
users.tulg = {
imports = [./modules/home-manager/home.nix];
tulg.desktop.enable = false;
};
};
}
@ -119,7 +120,7 @@
users.tulg = {
imports = [./modules/home-manager/home.nix];
tulg.desktop.enable = true;
tulg.desktop.enable = false;
};
};
}