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:
parent
0f37f09199
commit
ab6049f578
5 changed files with 54 additions and 89 deletions
|
|
@ -14,10 +14,12 @@
|
|||
|
||||
imports = with modules.system; [
|
||||
audio
|
||||
base
|
||||
filesystem-winter
|
||||
gui
|
||||
hardware-configuration
|
||||
input
|
||||
kernel
|
||||
kernel-winter
|
||||
networking
|
||||
packages
|
||||
security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue