This commit is contained in:
LunarAkai 2025-03-14 23:05:09 +01:00
commit a1920f771c
6 changed files with 41 additions and 25 deletions

View file

@ -5,14 +5,16 @@
config,
outputs,
...
}: {
}:
let
debug = builtins.trace "Heloooo";
in {
imports = [
];
programs = {
home-manager.enable = true;
};
home = {
username = lib.mkDefault "luna";
homeDirectory = lib.mkDefault "/home/${config.home.username}";