diff options
author | Thanos Apollo <[email protected]> | 2024-05-17 03:03:05 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-17 03:03:05 +0300 |
commit | 287ca863153bd94e121b2506d29012a51a3503f0 (patch) | |
tree | e7eab58720b08bc77939a9b0fe0bce07b4b78b96 /guix | |
parent | 58eeb2de3153905752951296cf44f1b9f7d9f979 (diff) |
guix:(system) Style
Diffstat (limited to 'guix')
-rw-r--r-- | guix/system.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/system.scm b/guix/system.scm index 5d8be21..bde2fb9 100644 --- a/guix/system.scm +++ b/guix/system.scm @@ -9,9 +9,12 @@ (nongnu packages linux) (nongnu system linux-initrd)) -(use-service-modules cups desktop networking ssh xorg docker guix admin pm docker) +(use-service-modules cups desktop networking ssh xorg docker guix + admin pm docker) -(use-package-modules nfs certs shells ssh linux bash emacs networking wm fonts libusb cups freedesktop file-systems version-control package-management) +(use-package-modules nfs certs shells ssh linux bash emacs networking + wm fonts libusb cups freedesktop file-systems version-control + package-management) (operating-system |