[nix] Install plex and nerdfonts

This commit is contained in:
Alyxia Sother 2023-06-13 09:47:02 +02:00
parent 8b82caf336
commit d857a6a0dc
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,11 @@ let
ffmpeg ffmpeg
]; ];
everything = system ++ base ++ languages ++ programs ++ multimedia; fonts = [
nerdfonts
];
everything = system ++ base ++ languages ++ programs ++ multimedia ++ fonts;
}; };
# We've got a small issue here. I tested this in a repl, and what I've # We've got a small issue here. I tested this in a repl, and what I've
@ -188,6 +192,7 @@ in
"itch" "itch"
"iterm2" "iterm2"
"obs" "obs"
"plex"
"raycast" "raycast"
"sequel-ace" "sequel-ace"
"shottr" "shottr"