diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/system-create.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/system-create.scm b/guix/system-create.scm index 0f98f45..250744d 100644 --- a/guix/system-create.scm +++ b/guix/system-create.scm @@ -24,7 +24,8 @@ (define thanos/system-packages '("sway" "swaylock" "swaylock-effects" "swaybg" "waybar" "gnupg" "pinentry" "font-jetbrains-mono" - "docker" "docker-cli" "dbus")) + "docker" "docker-cli" "dbus" "xf86-input-libinput" + "xf86-video-fbdev")) (define* (system-create #:key (system-packages thanos/system-packages) |