feat(work): add specific configuration
This commit is contained in:
parent
5994859096
commit
630daabbd8
3 changed files with 30 additions and 16 deletions
20
hosts/yorick-Latitude-7320/includes/home-manager.nix
Normal file
20
hosts/yorick-Latitude-7320/includes/home-manager.nix
Normal 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue