mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr> Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
7 lines
126 B
Nix
7 lines
126 B
Nix
{
|
|
programs.kubeswitch.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.kube/switch-config.yaml
|
|
'';
|
|
}
|