moved spellcheck to separate file

This commit is contained in:
Leyla Becker 2024-11-25 15:14:50 -06:00
parent c38754530f
commit db799a8253
8 changed files with 141 additions and 16 deletions

View file

@ -4,7 +4,7 @@
pkgs,
...
}: let
userConifg = osConfig.host.users.leyla;
userConfig = osConfig.host.users.leyla;
hardware = osConfig.host.hardware;
in {
imports = [
@ -14,16 +14,16 @@ in {
home = {
packages =
lib.lists.optionals userConifg.isTerminalUser (
lib.lists.optionals userConfig.isTerminalUser (
with pkgs; [
# comand line tools
# command line tools
yt-dlp
ffmpeg
imagemagick
]
)
++ (
lib.lists.optionals userConifg.isDesktopUser (
lib.lists.optionals userConfig.isDesktopUser (
with pkgs; [
# helvetica font
aileron