Derp, added highway gothic to packages.
This commit is contained in:
parent
8f4324418a
commit
695972bf92
4
home.nix
4
home.nix
|
|
@ -55,7 +55,7 @@ in {
|
|||
callPackage ./pkgs/xdg-terminal-exec/xdg-terminal-exec.nix { };
|
||||
mons = callPackage ./pkgs/mons/mons.nix { };
|
||||
archivo = callPackage ./pkgs/archivo/archivo.nix { };
|
||||
fhwa = callPackage ./pkgs/fhwa/fhwa.nix { };
|
||||
highway-gothic = callPackage ./pkgs/highway-gothic/highway-gothic.nix { };
|
||||
in [ gcc tree-sitter ] ++ # Basic dev tools
|
||||
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||
[ texliveFull texlab ] ++ # LaTeX
|
||||
|
|
@ -121,7 +121,7 @@ in {
|
|||
ibm-plex
|
||||
rubik
|
||||
archivo
|
||||
fhwa
|
||||
highway-gothic
|
||||
font-awesome
|
||||
] ++ # Fonts
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
|
|
|
|||
Loading…
Reference in a new issue