From 8183311e1e6519e9720be224a2ec3eb0b72516c7 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Tue, 10 Dec 2024 16:05:43 +0100 Subject: [PATCH] fonts --- config/base.nix | 2 ++ config/home.nix | 5 ++++- flake.nix | 2 +- shared/fish.nix | 2 +- shared/kitty.nix | 6 ++++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/config/base.nix b/config/base.nix index dfef6df..2bd482b 100644 --- a/config/base.nix +++ b/config/base.nix @@ -77,6 +77,8 @@ (nerdfonts.override { fonts = [ "ComicShannsMono" + "SourceCodePro" + "Hack" "FiraCode" "Iosevka" ]; diff --git a/config/home.nix b/config/home.nix index 26d5f2d..d6e3269 100644 --- a/config/home.nix +++ b/config/home.nix @@ -81,6 +81,7 @@ openssl # Dev + tinygo unstable.arduino-cli conda kaggle @@ -159,12 +160,14 @@ poppler_utils #Desktop + freecad + unstable.google-chrome + firefox libreoffice unstable.signal-desktop kompare pinta zathura - firefox vial thunderbird alacritty diff --git a/flake.nix b/flake.nix index 2de38ac..76e02ab 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ overlay-unstable = final: prev: { unstable = import nixpkgs-unstable { inherit system; - config.allowUnfree = false; + config.allowUnfree = true; }; }; overlay-fw-pkgs = final: prev: { diff --git a/shared/fish.nix b/shared/fish.nix index 0912349..3266cfd 100644 --- a/shared/fish.nix +++ b/shared/fish.nix @@ -39,7 +39,7 @@ ]; shellAbbrs = { homec="nvim ~/nix/config/home.nix"; - ls="eza -l --no-time --no-permissions --no-user"; + n="eza -l --no-time --no-permissions --no-user"; dev="nix develop --command fish"; spot="steam-run ~/program/spotify_player"; sc="sc-im"; diff --git a/shared/kitty.nix b/shared/kitty.nix index f9277de..92e9c4c 100644 --- a/shared/kitty.nix +++ b/shared/kitty.nix @@ -4,11 +4,13 @@ enable = true; font = if myhostname == "laptop" then { # name = "Iosevka Nerd Font Bold"; - name = "ComicShannsMono Nerd Font Bold"; + # name = "ComicShannsMono Nerd Font Bold"; + name = "Hack Nerd Font Bold"; size = 20; } else { # name = "Iosevka Nerd Font Bold"; - name = "ComicShannsMono Nerd Font Bold"; + # name = "ComicShannsMono Nerd Font Bold"; + name = "Hack Nerd Font Bold"; size = 13; }; shellIntegration = {