diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-13 12:01:35 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-13 12:49:41 +0100 |
commit | beccd21703964b6dfdce174cfb5ab41ae6f7ac36 (patch) | |
tree | 43be36a8818c7f3fdcbb9552d53a58e4406a9ce1 | |
parent | 007ee9535d929be145f72d4da8e5c2d331c40dfa (diff) |
id1000: degrade the %suweren-home-services function to a procedure
-rw-r--r-- | users/id1000.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/id1000.scm b/users/id1000.scm index 3bf5c99..fb40b30 100644 --- a/users/id1000.scm +++ b/users/id1000.scm @@ -543,11 +543,10 @@ (profile (gnu:services:simple-service 'user-packages gnu:home:services:home-profile-service-type packages)) - (%suweren-home-services* (suweren:home:%suweren-home-services host-name*)) (user-services (list bash git-configuration git-software profile)) - (l-services (append %suweren-home-services* + (l-services (append suweren:home:%suweren-home-services user-services))) (gnu:home:home-environment (services l-services))))) |