fixed even more typos

This commit is contained in:
Charlie Root 2024-04-10 19:21:46 +02:00
commit 0b066ea9de
14 changed files with 446 additions and 410 deletions

View file

@ -1,8 +1,5 @@
{
config,
lib,
...
}: with lib; let
{ config, lib, ... }:
with lib; let
cfg = config.myOptions.programs.btop;
username = config.myOptions.other.system.username;
in {

View file

@ -2,7 +2,7 @@ _: {
imports = [
./btop.nix
# ./helix.nix
# ./neovim.nix
./neovim.nix
# ./newsboat.nix
];
}