chore(borg): autoformat

This commit is contained in:
buffet 2022-09-13 16:07:13 +00:00
parent 15684f515b
commit 7c58a19322
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,8 @@
{config, pkgs, ...}: let
{
config,
pkgs,
...
}: let
host = "11967@prio.ch-s011.rsync.net";
in {
age.secrets.borgpassword.file = ../secrets/borgpassword.age;

8
programs/newsboat.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
home-manager.users.buffet = {
programs.newsboat = {
enable = true;
autoReload = true;
};
};
}