Move options to seperate modules so they can be shared between home manager and nixos
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
systemConfig,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
../../modules/home
|
||||
../../modules/options
|
||||
];
|
||||
|
||||
simmer = systemConfig;
|
||||
|
||||
home = {
|
||||
username = "eesim";
|
||||
homeDirectory = "/home/eesim";
|
||||
|
||||
Reference in New Issue
Block a user