diff --git a/system/configuration.nix b/system/configuration.nix index 4de2755..8c4c1ab 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -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; diff --git a/user/home.nix b/user/home.nix index 30ab75f..5c94a1a 100644 --- a/user/home.nix +++ b/user/home.nix @@ -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