1
0
Fork 0
nixos-config/home-manager/roles/arbtt/default.nix
Malte Brandy 57123b08e1 Reformat
2022-03-08 02:42:46 +01:00

8 lines
147 B
Nix

{
pkgs,
config,
...
}: {
home.file.".arbtt/categorize.cfg".source = pkgs.privateValue (builtins.toFile "empty-file" "") "arbtt/default";
}