Move options to seperate modules so they can be shared between home manager and nixos
This commit is contained in:
18
modules/options/default.nix
Normal file
18
modules/options/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./audio.nix
|
||||
./backup.nix
|
||||
./common.nix
|
||||
./games.nix
|
||||
./gui.nix
|
||||
./networking.nix
|
||||
./openssh.nix
|
||||
./system.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user