a
This commit is contained in:
parent
c7b296b96f
commit
a1920f771c
6 changed files with 41 additions and 25 deletions
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue