mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Fixed fonts and removed betterdiscord, for now..
This commit is contained in:
parent
5123054e5d
commit
1d63a4fec0
|
@ -138,6 +138,19 @@
|
|||
environment.shells = with pkgs; [ zsh ];
|
||||
programs.zsh.enable = true;
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
# Fonts
|
||||
(nerdfonts.override { fonts = [ "Inconsolata" ]; })
|
||||
powerline
|
||||
inconsolata
|
||||
inconsolata-nerdfont
|
||||
iosevka
|
||||
font-awesome
|
||||
ubuntu_font_family
|
||||
terminus_font
|
||||
];
|
||||
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
|
|
@ -144,8 +144,6 @@ in
|
|||
# TODO need ytsub somehow (sarowish/ytsub)
|
||||
audio-recorder
|
||||
# TODO need flatpak discord
|
||||
betterdiscord-installer
|
||||
betterdiscordctl
|
||||
|
||||
# Games
|
||||
#TODO need flatpak steam
|
||||
|
@ -283,16 +281,6 @@ in
|
|||
libffi zlib
|
||||
nodePackages.ungit
|
||||
|
||||
# Fonts
|
||||
nerdfonts
|
||||
powerline
|
||||
inconsolata
|
||||
inconsolata-nerdfont
|
||||
iosevka
|
||||
font-awesome
|
||||
ubuntu_font_family
|
||||
terminus_font
|
||||
|
||||
# Compositor and Desktop Utils
|
||||
nitrogen
|
||||
picom
|
||||
|
|
Loading…
Reference in a new issue