8 lines
123 B
Nix
8 lines
123 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
khscodes.khs.enable = true;
|
|
khscodes.khs.shell.oh-my-posh.enable = true;
|
|
imports = [ ./desktop.nix ];
|
|
}
|