chore(borg): autoformat
This commit is contained in:
parent
15684f515b
commit
7c58a19322
2 changed files with 13 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
{config, pkgs, ...}: let
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
host = "11967@prio.ch-s011.rsync.net";
|
host = "11967@prio.ch-s011.rsync.net";
|
||||||
in {
|
in {
|
||||||
age.secrets.borgpassword.file = ../secrets/borgpassword.age;
|
age.secrets.borgpassword.file = ../secrets/borgpassword.age;
|
||||||
|
|
8
programs/newsboat.nix
Normal file
8
programs/newsboat.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
_: {
|
||||||
|
home-manager.users.buffet = {
|
||||||
|
programs.newsboat = {
|
||||||
|
enable = true;
|
||||||
|
autoReload = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue