From 469495fc5c111e80485ab1bd49a2e1ef77afecc3 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 25 Jul 2024 23:36:48 +0300 Subject: [PATCH] different apps + ubuntu & iosevka fonts --- configuration.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 8402e3b..1ded6a8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -126,8 +126,15 @@ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. git tmux + ripgrep + dig + xclip wget gparted + inkscape + cpupower-gui + ryzenadj + powertop python312 nodejs_20 cascadia-code @@ -135,9 +142,14 @@ vimix-cursors vimix-icon-theme vimix-gtk-themes - ]; + fonts.packages = with pkgs; [ + iosevka + ubuntu_font_family + ]; + + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;