Skip to content

Commit

Permalink
fix: ratpoison: unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Dec 29, 2023
1 parent ad84411 commit 6210fe9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.scm
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

;; Indicate which modules to import to access the variables
;; used in this configuration.
(use-modules (gnu))
(use-modules (gnu) (gnu system nss))
(use-service-modules cups desktop networking ssh xorg)
(use-package-modules bootloaders certs emacs emacs-xyz ratpoison suckless wm
xorg)

;; Import nonfree linux module.
(use-modules (nongnu packages linux)
(nongnu system linux-initrd))
Expand Down

0 comments on commit 6210fe9

Please sign in to comment.