From 1d63a4fec0d44dca025acfad6474030ed4c912f5 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 9 May 2023 16:12:24 -0500 Subject: [PATCH] Fixed fonts and removed betterdiscord, for now.. --- system/configuration.nix | 13 +++++++++++++ user/home.nix | 12 ------------ 2 files changed, 13 insertions(+), 12 deletions(-) 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