Revert "call flake directly"

This reverts commit 2a4aeefa63.
This commit is contained in:
Sakooooo 2024-07-05 10:15:46 +04:00
parent 2a4aeefa63
commit 2443304f8d
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1,5 +1,4 @@
{ {
inputs,
outputs, outputs,
options, options,
config, config,
@ -15,11 +14,8 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
users.users.sako.packages = [ users.users.sako.packages = with pkgs; [
(inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.discord-canary.override { discord
withOpenASAR = true;
withVencord = true;
})
]; ];
}; };
} }