mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-05-02 06:19:12 +00:00
11 lines
211 B
Nix
11 lines
211 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
programs.kando.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/kando/config.json
|
|
assertPathNotExists home-files/.config/kando/menus.json
|
|
'';
|
|
}
|