nixos/home/matshell.nix
2025-03-12 14:42:18 +01:00

7 lines
128 B
Nix

{ matshell, ...}: {
imports = [ matshell.homeManagerModules.default ];
programs.ags = {
matshell.enable = true;
};
}