Added some configs

This commit is contained in:
FredzyW 2025-01-24 11:16:55 +01:00
parent 963e2de136
commit 2686c90653
7 changed files with 27 additions and 66 deletions

View file

@ -40,6 +40,7 @@
shellAbbrs = {
homec="nvim ~/nix/config/home.nix";
n="eza -l --no-time --no-permissions --no-user";
ls="eza -l --no-time --no-permissions --no-user";
dev="nix develop --command fish";
spot="steam-run ~/program/spotify_player";
sc="sc-im";

View file

@ -5,12 +5,12 @@
font = if myhostname == "laptop" then {
# name = "Iosevka Nerd Font Bold";
# name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Bold";
size = 20;
name = "Hack Nerd Font Mono Bold";
size = 15;
} else {
# name = "Iosevka Nerd Font Bold";
# name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Bold";
name = "Hack Nerd Font Mono Bold";
size = 13;
};
shellIntegration = {