Desktop Updates Fri May 30 01:41:10 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 13:41:10 -05:00
parent eece0b01f4
commit f9f512ee1e
9 changed files with 198 additions and 42 deletions

View File

@@ -18,6 +18,18 @@ in
./sops.nix
../default.nix
];
nix = {
settings = {
substituters = [
"https://cache.mjallen.dev"
];
trusted-public-keys = [
"cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
];
};
};
programs.zsh.enable = true;
hardware.i2c.enable = true;