added home manager configurations to output

This commit is contained in:
Leyla Becker 2024-11-24 21:51:42 -06:00
parent 90f0c114b3
commit 3fdee879c7
9 changed files with 45 additions and 32 deletions

View file

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