feat(work): install slack and chromium

This commit is contained in:
Yorick Barbanneau 2025-08-25 23:59:46 +02:00
parent 94fce63f6f
commit d5ca13547f
Signed by: ephase
GPG key ID: 246042E52B41FFCF

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
home.packages = with pkgs; [
dejavu_fonts
@ -13,6 +13,8 @@
noto-fonts-cjk-sans
slurp
wl-clipboard
(config.lib.nixGL.wrap ungoogled-chromium)
(config.lib.nixGL.wrap slack)
];
targets.genericLinux.enable = true;
xdg.mime.enable = true;