Move from features to option based configuration
This commit is contained in:
17
modules/nix/default.nix
Normal file
17
modules/nix/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./openssh.nix
|
||||
./backup.nix
|
||||
./audio.nix
|
||||
./gui.nix
|
||||
./common.nix
|
||||
./networking.nix
|
||||
./games.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user