fix typos

This commit is contained in:
Simon Gardling 2024-09-16 10:08:00 -04:00
parent 0b7f5d0da3
commit 8022a0a2ab
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@
#feed reader #feed reader
programs.newsboat = { programs.newsboat = {
enable = true; enable = true;
#store rss feeds in a seperate file beacuse it's *a lot* #store rss feeds in a separate file because it's *a lot*
urls = import ./progs/rss.nix; urls = import ./progs/rss.nix;
}; };

View File

@ -13,7 +13,7 @@
#semi-transparent #semi-transparent
opacity = 0.95; opacity = 0.95;
#pading between the content of the terminal and the edge #padding between the content of the terminal and the edge
padding = { padding = {
x = 10; x = 10;
y = 10; y = 10;