fonts
This commit is contained in:
parent
e104313b1b
commit
8183311e1e
5 changed files with 12 additions and 5 deletions
|
@ -77,6 +77,8 @@
|
|||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"ComicShannsMono"
|
||||
"SourceCodePro"
|
||||
"Hack"
|
||||
"FiraCode"
|
||||
"Iosevka"
|
||||
];
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue