Nix/hosts/GPD-WinMax2/home-manager/default.nix
2024-08-15 09:50:34 -04:00

8 lines
65 B
Nix

{ ... }:
{
home-manager.sharedModules = [
./common
];
}