home/common/topgrade | added journalot repo to sync
This commit is contained in:
parent
e9c56f9208
commit
2dae591162
1 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ config, pkgs, ... }: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.topgrade = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
@ -34,6 +38,7 @@
|
|||
"~/nixos"
|
||||
"~/src/WWW/sites/donaldharper.com"
|
||||
"~/src/WWW/sites/duckland.org"
|
||||
"~/.journalot"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue