diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:17:05 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:17:05 +0300 |
commit | f97bf35c5abb5ca902067980264066d5c4406ac7 (patch) | |
tree | f85ee9cc477d27746c58cdf851887b636dcc9a02 /guix | |
parent | 6a601b5f43a8ae7842820f58733ab700a82df581 (diff) |
guix: system: Add xf86 packages
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) |