Add genericLinux target for homemanager
This commit is contained in:
parent
0f5c4e2383
commit
9719d3eefc
2 changed files with 10 additions and 0 deletions
|
|
@ -207,6 +207,9 @@
|
||||||
|
|
||||||
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