diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-03-19 21:32:13 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-24 23:06:11 +0100 |
| commit | db1e2522f6222594fc507ce7a7ba7b1c0ac5037d (patch) | |
| tree | ce3bd201a147079ad14e0ba1927a4f7fdaabbce0 /gnu.scm | |
| parent | 91b6873b24c205bd445844845fb44add643d0cff (diff) | |
Add (gnu system keyboard).
* gnu/system/keyboard.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
Diffstat (limited to 'gnu.scm')
| -rw-r--r-- | gnu.scm | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io> | 3 | ;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io> |
| 4 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | 4 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> |
| 5 | ;;; | 5 | ;;; |
| @@ -45,6 +45,7 @@ | |||
| 45 | (gnu system file-systems) | 45 | (gnu system file-systems) |
| 46 | (gnu bootloader) | 46 | (gnu bootloader) |
| 47 | (gnu bootloader grub) | 47 | (gnu bootloader grub) |
| 48 | (gnu system keyboard) | ||
| 48 | (gnu system pam) | 49 | (gnu system pam) |
| 49 | (gnu system shadow) ; 'user-account' | 50 | (gnu system shadow) ; 'user-account' |
| 50 | (gnu system linux-initrd) | 51 | (gnu system linux-initrd) |
