forked from jan-leila/nix-config
added home manager configurations to output
This commit is contained in:
parent
90f0c114b3
commit
3fdee879c7
9 changed files with 45 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue