This commit is contained in:
FredzyW 2024-12-10 16:05:43 +01:00
parent e104313b1b
commit 8183311e1e
5 changed files with 12 additions and 5 deletions

View file

@ -77,6 +77,8 @@
(nerdfonts.override { (nerdfonts.override {
fonts = [ fonts = [
"ComicShannsMono" "ComicShannsMono"
"SourceCodePro"
"Hack"
"FiraCode" "FiraCode"
"Iosevka" "Iosevka"
]; ];

View file

@ -81,6 +81,7 @@
openssl openssl
# Dev # Dev
tinygo
unstable.arduino-cli unstable.arduino-cli
conda conda
kaggle kaggle
@ -159,12 +160,14 @@
poppler_utils poppler_utils
#Desktop #Desktop
freecad
unstable.google-chrome
firefox
libreoffice libreoffice
unstable.signal-desktop unstable.signal-desktop
kompare kompare
pinta pinta
zathura zathura
firefox
vial vial
thunderbird thunderbird
alacritty alacritty

View file

@ -25,7 +25,7 @@
overlay-unstable = final: prev: { overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable { unstable = import nixpkgs-unstable {
inherit system; inherit system;
config.allowUnfree = false; config.allowUnfree = true;
}; };
}; };
overlay-fw-pkgs = final: prev: { overlay-fw-pkgs = final: prev: {

View file

@ -39,7 +39,7 @@
]; ];
shellAbbrs = { shellAbbrs = {
homec="nvim ~/nix/config/home.nix"; 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"; dev="nix develop --command fish";
spot="steam-run ~/program/spotify_player"; spot="steam-run ~/program/spotify_player";
sc="sc-im"; sc="sc-im";

View file

@ -4,11 +4,13 @@
enable = true; enable = true;
font = if myhostname == "laptop" then { font = if myhostname == "laptop" then {
# name = "Iosevka Nerd Font Bold"; # name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold"; # name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Bold";
size = 20; size = 20;
} else { } else {
# name = "Iosevka Nerd Font Bold"; # name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold"; # name = "ComicShannsMono Nerd Font Bold";
name = "Hack Nerd Font Bold";
size = 13; size = 13;
}; };
shellIntegration = { shellIntegration = {