disallow unfree by default

This commit is contained in:
xunuwu 2024-10-24 16:35:24 +02:00
parent 716e9e7ac2
commit 17e15e69d1
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
12 changed files with 27 additions and 46 deletions

View file

@ -1,9 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
vesktop
(discord.override {
withOpenASAR = true;
})
# (discord.override {
# withOpenASAR = true;
# })
];
# services.arrpc.enable = true; # RPC with vesktop (disabled since it uses way more cpu than is reasonable for such a program)
}