7 lines
128 B
Nix
7 lines
128 B
Nix
{ matshell, ...}: {
|
|
imports = [ matshell.homeManagerModules.default ];
|
|
|
|
programs.ags = {
|
|
matshell.enable = true;
|
|
};
|
|
}
|