mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add nerdfonts to desktop profile
This commit is contained in:
parent
d8def29cc4
commit
c2020ff1f5
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ in
|
||||||
|
|
||||||
sconfig.alacritty.enable = true;
|
sconfig.alacritty.enable = true;
|
||||||
|
|
||||||
|
fonts.fonts = [ pkgs.nerdfonts ];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
gnome = super.gnome // {
|
gnome = super.gnome // {
|
||||||
|
|
Loading…
Reference in a new issue