Put in earplugs
This commit is contained in:
parent
66eadf56e6
commit
d0742ec9a2
2 changed files with 5 additions and 3 deletions
|
@ -42,7 +42,8 @@ Include non-free linux kernel, modules and firmware from the [[https://gitlab.c
|
|||
|
||||
** service modules
|
||||
#+begin_src scheme
|
||||
(use-service-modules cups
|
||||
(use-service-modules linux
|
||||
cups
|
||||
desktop
|
||||
networking
|
||||
ssh
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- mode: scheme; coding: utf-8; -*-
|
||||
;;
|
||||
;; tangled from framework13-system.org on 2024-01-22 15:34:29+01:00)
|
||||
;; tangled from framework13-system.org on 2024-01-22 15:35:28+01:00)
|
||||
|
||||
(use-modules (gnu)
|
||||
(gnu packages)
|
||||
|
@ -15,7 +15,8 @@
|
|||
(use-modules (nongnu packages linux)
|
||||
(nongnu system linux-initrd))
|
||||
|
||||
(use-service-modules cups
|
||||
(use-service-modules linux
|
||||
cups
|
||||
desktop
|
||||
networking
|
||||
ssh
|
||||
|
|
Loading…
Reference in a new issue