From 8022a0a2abf1dea62a33a6554fa5e8081dc4e5de Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 16 Sep 2024 10:08:00 -0400 Subject: [PATCH] fix typos --- nix/home-manager/no-gui.nix | 2 +- nix/home-manager/progs/alacritty.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/home-manager/no-gui.nix b/nix/home-manager/no-gui.nix index 482a297..afa7ad5 100644 --- a/nix/home-manager/no-gui.nix +++ b/nix/home-manager/no-gui.nix @@ -137,7 +137,7 @@ #feed reader programs.newsboat = { 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; }; diff --git a/nix/home-manager/progs/alacritty.nix b/nix/home-manager/progs/alacritty.nix index 759d02a..45071f5 100644 --- a/nix/home-manager/progs/alacritty.nix +++ b/nix/home-manager/progs/alacritty.nix @@ -13,7 +13,7 @@ #semi-transparent opacity = 0.95; - #pading between the content of the terminal and the edge + #padding between the content of the terminal and the edge padding = { x = 10; y = 10;