Switch to nheko

This commit is contained in:
Charlotte Van Petegem 2023-06-12 16:30:52 +02:00
parent a0b2403e59
commit 5302dbbab8
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -8,15 +8,12 @@
config = lib.mkIf config.chvp.programs.element.enable {
chvp.base.zfs.homeLinks = [
{ path = ".config/Element"; type = "cache"; }
{ path = ".config/nheko"; type = "data"; }
{ path = ".local/share/nheko"; type = "data"; }
{ path = ".cache/nheko"; type = "cache"; }
];
home-manager.users.charlotte = { ... }: {
home = {
packages = [ pkgs.element-desktop ];
sessionVariables = {
NIXOS_OZONE_WL = "1";
};
};
home.packages = [ pkgs.nheko ];
};
};
}