From 313aa03cc7c68ed80f7ce74ff85c1b25539265d3 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 1 Sep 2025 10:06:44 -0500 Subject: add desktop profile to libreX60 and configure user desktop profile for other desktop hosts --- hosts/X230/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/X230/configuration.nix') diff --git a/hosts/X230/configuration.nix b/hosts/X230/configuration.nix index 635d8b0..af0ef25 100644 --- a/hosts/X230/configuration.nix +++ b/hosts/X230/configuration.nix @@ -5,7 +5,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 = { -- cgit v1.2.3