diff --git a/home/sanderson.scm b/home/sanderson.scm index d749078..1127817 100644 --- a/home/sanderson.scm +++ b/home/sanderson.scm @@ -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"))))))) diff --git a/sanderson.scm b/sanderson.scm index 193785e..47e995f 100644 --- a/sanderson.scm +++ b/sanderson.scm @@ -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