7 lines
84 B
Nix
7 lines
84 B
Nix
|
{
|
||
|
home-manager.modules = {
|
||
|
common = ./common.nix;
|
||
|
gui = ./gui.nix;
|
||
|
};
|
||
|
}
|