fixed even more typos

This commit is contained in:
vali 2024-04-10 19:21:46 +02:00
commit 160efb4101
14 changed files with 446 additions and 410 deletions

View file

@ -1,9 +1,9 @@
{ pkgs, lib, config, ...}:
{
_: {
imports = [
./cli/default.nix
./gui/default.nix
./other/default.nix
./services/default.nix
./cli
./gui
./tui
./other
./services
];
}