feat(work): install slack and chromium

This commit is contained in:
Yorick Barbanneau 2025-08-25 23:59:46 +02:00
parent fbd0aa4f76
commit 7590541576
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA

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;