summaryrefslogtreecommitdiff
path: root/hosts/T495
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-09-01 10:06:44 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-09-01 10:06:44 -0500
commit313aa03cc7c68ed80f7ce74ff85c1b25539265d3 (patch)
treeaf9107b1e150f5318cb1af1aa246c992881b4bd5 /hosts/T495
parent3d3fb6110b8287a4c5359546908ea1f3276d9fb6 (diff)
downloadnixos-313aa03cc7c68ed80f7ce74ff85c1b25539265d3.tar.xz
nixos-313aa03cc7c68ed80f7ce74ff85c1b25539265d3.zip
add desktop profile to libreX60 and configure user desktop profile for other desktop hosts
Diffstat (limited to 'hosts/T495')
-rw-r--r--hosts/T495/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix
index b636991..40c3489 100644
--- a/hosts/T495/configuration.nix
+++ b/hosts/T495/configuration.nix
@@ -7,7 +7,10 @@
# Enable common options
_archetypes = {
# Use desktop profile
- profiles.desktop.enable = true;
+ profiles.desktop = {
+ enable = true;
+ home.users.timmy.enable = true;
+ };
# Install software
collections = {
desktop = {