machines/nix/homes/x86_64-linux/khs/default.nix

8 lines
123 B
Nix

{
...
}:
{
khscodes.khs.enable = true;
khscodes.khs.shell.oh-my-posh.enable = true;
imports = [ ./desktop.nix ];
}