cider: plasma5 because 6 is not fun
This commit is contained in:
parent
1a2a1e425d
commit
587c4ae108
4 changed files with 49 additions and 46 deletions
16
flake.nix
16
flake.nix
|
@ -47,15 +47,15 @@
|
|||
};
|
||||
|
||||
nixConfig = {
|
||||
#extra-substituters = [
|
||||
# "https://nix-community.cachix.org"
|
||||
# "https://0uptime.cachix.org"
|
||||
#];
|
||||
extra-substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://0uptime.cachix.org"
|
||||
];
|
||||
|
||||
#extra-trusted-public-keys = [
|
||||
# "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
# "0uptime.cachix.org-1:ctw8yknBLg9cZBdqss+5krAem0sHYdISkw/IFdRbYdE="
|
||||
#];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"0uptime.cachix.org-1:ctw8yknBLg9cZBdqss+5krAem0sHYdISkw/IFdRbYdE="
|
||||
];
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue