add fonts

This commit is contained in:
Aditya 2024-04-12 11:17:49 +05:30
parent 02f13b5f1f
commit 5f3c6a6141
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
3 changed files with 7 additions and 2 deletions

View file

@ -51,7 +51,6 @@
plasma5Packages.qtstyleplugin-kvantum plasma5Packages.qtstyleplugin-kvantum
kdeconnect kdeconnect
x264 x264
joypixels
rustc rustc
cargo cargo
nextcloud-client nextcloud-client
@ -61,7 +60,6 @@
dino dino
tdesktop tdesktop
libreoffice-fresh libreoffice-fresh
jetbrains-mono
yakuake yakuake
libsForQt5.kwallet libsForQt5.kwallet
libsForQt5.kwallet-pam libsForQt5.kwallet-pam

View file

@ -3,6 +3,7 @@
./bash ./bash
./bat ./bat
./browsers ./browsers
./fonts
./kitty ./kitty
./neovim ./neovim
./session-vars ./session-vars

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
jetbrains-mono
joypixels
];
}