feat(work): add specific configuration

This commit is contained in:
Yorick Barbanneau 2024-09-06 16:28:24 +02:00
parent 5994859096
commit 630daabbd8
3 changed files with 30 additions and 16 deletions

View file

@ -0,0 +1,20 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
dejavu_fonts
font-awesome
lato
liberation_ttf
libertine
libnotify
(nerdfonts.override {
fonts = [
"FiraCode"
];
})
noto-fonts-emoji
noto-fonts-cjk
slurp
wl-clipboard
];
}