Do some setup for nixbsd attic
This commit is contained in:
parent
1b17f8f326
commit
af679e1772
|
@ -20,6 +20,8 @@
|
||||||
"ca-derivations"
|
"ca-derivations"
|
||||||
];
|
];
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
|
trusted-public-keys = [ "nixbsd:gwcQlsUONBLrrGCOdEboIAeFq9eLaDqfhfXmHZs1mgc=" ];
|
||||||
|
trusted-substituters = [ "https://attic.mildlyfunctional.gay/nixbsd" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -115,6 +115,8 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
attic-client
|
||||||
|
|
||||||
dolphin-emu
|
dolphin-emu
|
||||||
mgba
|
mgba
|
||||||
pcsx2
|
pcsx2
|
||||||
|
|
Loading…
Reference in a new issue