refactor(host:work): reorganise work files

This commit is contained in:
Yorick Barbanneau 2024-09-10 10:46:56 +02:00
parent e2a58cf55a
commit 50a709fae2
3 changed files with 3 additions and 2 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
];
}