Add CUPS web interface and binaries
This commit is contained in:
parent
2977078547
commit
8d944089da
2 changed files with 8 additions and 2 deletions
|
@ -24,6 +24,7 @@
|
|||
(list "bat"
|
||||
"blinkenlights"
|
||||
"calibre"
|
||||
"cups"
|
||||
"emacs"
|
||||
"firefox"
|
||||
"font-fira-code"
|
||||
|
@ -41,6 +42,7 @@
|
|||
"nheko"
|
||||
"offlineimap3"
|
||||
"okular"
|
||||
"opentaxsolver"
|
||||
"mu"
|
||||
"pamixer"
|
||||
"password-store"
|
||||
|
@ -81,4 +83,6 @@
|
|||
(ssh-support? #t)))
|
||||
(service home-files-service-type
|
||||
`((".emacs.d/init.el" ,(local-file "init.el"))
|
||||
(".offlineimaprc" ,(local-file "offlineimaprc")))))))
|
||||
(".offlineimaprc" ,(local-file "offlineimaprc"))
|
||||
(".config/rofi/config.rasi" ,(local-file "rofi.rasi"))
|
||||
(".local/bin/offlineimap-pass.py" ,(local-file "offlineimap-pass.py")))))))
|
||||
|
|
|
@ -35,7 +35,9 @@
|
|||
;; To configure OpenSSH, pass an 'openssh-configuration'
|
||||
;; record as a second argument to 'service' below.
|
||||
(service openssh-service-type)
|
||||
(service cups-service-type)
|
||||
(service cups-service-type
|
||||
(cups-configuration
|
||||
(web-interface? #t)))
|
||||
(set-xorg-configuration
|
||||
(xorg-configuration (keyboard-layout keyboard-layout)))
|
||||
(service syncthing-service-type
|
||||
|
|
Loading…
Reference in a new issue