fixed nerd-fonts
This commit is contained in:
parent
00d793f204
commit
b38eedf42c
|
@ -115,9 +115,15 @@
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
dina-font
|
dina-font
|
||||||
proggyfonts
|
proggyfonts
|
||||||
meslo-lgs-nf
|
# Fonts
|
||||||
jetbrains-mono
|
nerd-fonts.meslo-lg
|
||||||
(nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; })
|
nerd-fonts.jetbrains-mono
|
||||||
|
nerd-fonts.fira-code
|
||||||
|
nerd-fonts.droid-sans-mono
|
||||||
|
nerd-fonts.zed-mono
|
||||||
|
nerd-fonts.iosevka
|
||||||
|
nerd-fonts.iosevka-term
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
@ -136,7 +142,7 @@
|
||||||
extraGroups = [ "networkmanager" "wheel" "libvirt" ];
|
extraGroups = [ "networkmanager" "wheel" "libvirt" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox ncpamixer starship fastfetch hyfetch
|
firefox ncpamixer starship fastfetch hyfetch nerdfetch
|
||||||
emacsPackages.vterm virt-manager
|
emacsPackages.vterm virt-manager
|
||||||
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
|
chromium pavucontrol gnome-tweaks beauty-line-icon-theme
|
||||||
neo-cowsay fortune lolcat
|
neo-cowsay fortune lolcat
|
||||||
|
|
Loading…
Reference in a new issue