feat: import horsch config
This commit is contained in:
parent
0cf5c3433e
commit
428b91c3d5
45 changed files with 1510 additions and 0 deletions
12
flake.nix
12
flake.nix
|
@ -29,6 +29,18 @@
|
|||
theme = "dark";
|
||||
};
|
||||
};
|
||||
"mmandl@NB11313" = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
|
||||
modules = [
|
||||
./horsch/home.nix
|
||||
];
|
||||
|
||||
extraSpecialArgs = {
|
||||
username = "mmandl";
|
||||
theme = "dark";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue