ok actually those weren't needed
This commit is contained in:
parent
24efebfc10
commit
5406b7b390
1 changed files with 0 additions and 9 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue