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,7 +1,7 @@
{ config, inputs, pkgs, ... }:
let
username = config.myOptions.other.system.usermame;
in
in {
home-manager.users.${username} = {
home.packages = let
@ -54,4 +54,4 @@ in
strawberry
];
};
}
}