splitting parts of system config

- hardware-configuration.nix separated into kernel-winter.nix and
  filesystem-winter.nix
- kernel.nix split off into kernel-winter.nix
This commit is contained in:
LavaDesu 2021-07-15 20:18:51 +07:00
parent 0f37f09199
commit ab6049f578
Signed by: cilly
GPG key ID: 6500251E087653C9
5 changed files with 54 additions and 89 deletions

View file

@ -14,10 +14,12 @@
imports = with modules.system; [
audio
base
filesystem-winter
gui
hardware-configuration
input
kernel
kernel-winter
networking
packages
security