Added fhwa to home.nix.
This commit is contained in:
parent
6fc69e3f3e
commit
dc91c60ecf
2
home.nix
2
home.nix
|
|
@ -55,6 +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 { };
|
||||
in [ gcc tree-sitter ] ++ # Basic dev tools
|
||||
[ marksman nil ] ++ # Language servers except those installed through package sections
|
||||
[ texliveFull texlab ] ++ # LaTeX
|
||||
|
|
@ -120,6 +121,7 @@ in {
|
|||
ibm-plex
|
||||
rubik
|
||||
archivo
|
||||
fhwa
|
||||
font-awesome
|
||||
] ++ # Fonts
|
||||
# [ papirus-icon-theme ] ++ # Icons
|
||||
|
|
|
|||
Loading…
Reference in a new issue