diff options
author | stuebinm | 2024-10-12 20:46:43 +0200 |
---|---|---|
committer | stuebinm | 2024-10-12 20:46:43 +0200 |
commit | 38536f44851a1309ec9d58897182005bebbfdfcd (patch) | |
tree | 44b8c5bc36f0995ae035a6a681da41cc2ea7887b /surltesh-echer/configuration.scm | |
parent | 0ae2abc5556cdd293b516cbc9121a30fda52fb74 (diff) |
update surltesh-echer: update guix
also remove the nss-certs package from the config, as it is now
included in the %base-packages list.
Diffstat (limited to '')
-rw-r--r-- | surltesh-echer/configuration.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/surltesh-echer/configuration.scm b/surltesh-echer/configuration.scm index e97a9f3..7c679c8 100644 --- a/surltesh-echer/configuration.scm +++ b/surltesh-echer/configuration.scm @@ -11,8 +11,7 @@ emacs terminals wm xdisorg shells admin - version-control - nss) + version-control) (use-service-modules desktop base) @@ -52,9 +51,7 @@ ;; window managers hikari emacs kitty fuzzel git - fish - ;; for HTTPS access - nss-certs) + fish) %base-packages)) ;; Use the "desktop" services, which include the X11 |