diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/config.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/config.scm b/home/config.scm index 17ba74b..d1de06f 100644 --- a/home/config.scm +++ b/home/config.scm @@ -16,6 +16,7 @@ #:use-module (gnu packages imagemagick) #:use-module (gnu packages password-utils) #:use-module (gnu packages image-viewers) + #:use-module (gnu packages web-browsers) #:use-module (gnu packages xfce) #:use-module (gnu packages sync) #:use-module (gnu packages xorg) @@ -103,7 +104,8 @@ kmonad git ((compose list specification->package+output) - "git:send-email") + "git:send-email") + fossil steam @@ -136,6 +138,7 @@ emacs aspell aspell-dict-en + aspell-dict-sv adwaita-icon-theme |