mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add fonts
This commit is contained in:
parent
02f13b5f1f
commit
5f3c6a6141
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
./bash
|
./bash
|
||||||
./bat
|
./bat
|
||||||
./browsers
|
./browsers
|
||||||
|
./fonts
|
||||||
./kitty
|
./kitty
|
||||||
./neovim
|
./neovim
|
||||||
./session-vars
|
./session-vars
|
||||||
|
|
6
modules/home-manager/fonts/default.nix
Normal file
6
modules/home-manager/fonts/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
jetbrains-mono
|
||||||
|
joypixels
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue