ok actually those weren't needed

This commit is contained in:
jacekpoz 2024-07-16 20:52:05 +02:00
parent 24efebfc10
commit 5406b7b390
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -13,15 +13,6 @@ in {
options.myOptions.programs.anyrun.enable = mkEnableOption "anyrun";
config = mkIf cfg.enable {
nix.settings = {
substituters = [
"https://anyrun.cachix.org"
];
trusted-public-keys = [
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
];
};
home-manager.users.${username} = {
imports = [ inputs.anyrun.homeManagerModules.default ];