move custom options config to own file and import it in both nixos and home-manager
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
{
|
||||
imports = [
|
||||
(import ../base.nix { inherit inputs outputs; })
|
||||
../../nixos/server/config.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "leonhard";
|
||||
homeDirectory = "/home/leonhard";
|
||||
};
|
||||
|
||||
kekleo.graphical = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user