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
kdeconnect
x264
joypixels
rustc
cargo
nextcloud-client
@ -61,7 +60,6 @@
dino
tdesktop
libreoffice-fresh
jetbrains-mono
yakuake
libsForQt5.kwallet
libsForQt5.kwallet-pam

View file

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

View file

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