amd drivers, fish shell, nixos-unstable, plasma6

This commit is contained in:
mjallen18
2024-02-02 09:30:26 -06:00
parent 6eb29a4914
commit cca32e7d47
5 changed files with 230 additions and 14 deletions

13
cachix/nix-community.nix Normal file
View File

@@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
};
}