move custom options config to own file and import it in both nixos and home-manager

This commit is contained in:
2026-02-11 18:08:24 +01:00
parent f5df607a4d
commit 52486cdb13
3 changed files with 8 additions and 7 deletions
+1 -2
View File
@@ -6,12 +6,11 @@
{
imports = [
(import ../base.nix { inherit inputs outputs; })
../../nixos/server/config.nix
];
home = {
username = "leonhard";
homeDirectory = "/home/leonhard";
};
kekleo.graphical = false;
}