Compare commits
2 commits
68a7cc25ac
...
9719d3eefc
| Author | SHA1 | Date | |
|---|---|---|---|
| 9719d3eefc | |||
| 0f5c4e2383 |
2 changed files with 14 additions and 0 deletions
|
|
@ -201,8 +201,15 @@
|
||||||
home-manager.lib.homeManagerConfiguration {
|
home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
||||||
|
extraSpecialArgs = {
|
||||||
|
inherit username;
|
||||||
|
};
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
home/core.nix
|
home/core.nix
|
||||||
|
|
||||||
|
home/targets/genericLinux.nix
|
||||||
|
|
||||||
modules/nix.nix
|
modules/nix.nix
|
||||||
home/neovim/default.nix
|
home/neovim/default.nix
|
||||||
home/zsh/default.nix
|
home/zsh/default.nix
|
||||||
|
|
|
||||||
7
home/targets/genericLinux.nix
Normal file
7
home/targets/genericLinux.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
|
||||||
|
targets.genericLinux.enable = true;
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue