split system/gui into system/input

This commit is contained in:
LavaDesu 2021-07-15 19:07:57 +07:00
parent c86be50084
commit 4e8e8f0fed
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 20 additions and 13 deletions

View file

@ -16,6 +16,7 @@
audio
gui
hardware-configuration
input
kernel
networking
packages
@ -43,6 +44,5 @@
nixpkgs.config.allowUnfree = true;
i18n.defaultLocale = "en_GB.UTF-8";
console.useXkbConfig = true;
}