1
0
Fork 0

Fix arbtt config loading

This commit is contained in:
Malte Brandy 2021-03-10 14:16:31 +01:00
parent ee58e0d517
commit 8fd58afada
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

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

@ -1 +1 @@
Subproject commit b8c0fbc125651a613441db84b07b87d0b47dc65d
Subproject commit 52a216ec18acd2eb036f5fbdbd3ea5be8060a6f4