mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Install plex and nerdfonts
This commit is contained in:
parent
8b82caf336
commit
d857a6a0dc
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue