Move from features to option based configuration
This commit is contained in:
14
modules/home/default.nix
Normal file
14
modules/home/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ lib
|
||||
, pkgs
|
||||
, config
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./git.nix
|
||||
./direnv.nix
|
||||
./git.nix
|
||||
./qt.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user