toaster works

This commit is contained in:
Grisha Shipunov 2025-01-02 16:29:05 +01:00
parent 772af12ffe
commit cd63ec45b8
9 changed files with 290 additions and 148 deletions

View file

@ -6,26 +6,23 @@
settings = {
trusted-users = [
"grue"
"0xa"
"@wheel"
];
substituters = [
"https://microvm.cachix.org"
"https://nix-cache.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://tlm-solutions.cachix.org"
"https://nix-community.cachix.org"
];
trusted-substituters = [
"https://microvm.cachix.org"
"https://nix-cache.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://tlm-solutions.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
"nix-cache.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
"tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="

View file

@ -13,7 +13,9 @@
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp" # privacy badger
"ekhagklcjbdpajgpjgmbionohlpdbjgc" # zotero connector
"nngceckbapebfimnlniiiahkandclblb" # bitwarden
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
# "cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
"ddkjiahejlhfcafbddmgiahcphecmpfh" # ublock lite
"mnjggcdmjocbbbhaepdhchncahnbgone" # sponsorblock
];
extraOpts = {
"BrowserSignin" = 0;

View file

@ -1,6 +1,12 @@
{ pkgs, inputs, ... }: {
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs;
let
kicad = pkgs.kicad.override {
addons = with pkgs.kicadAddons; [ kikit kikit-library ];
};
in
[
# general
cmake
gcc
@ -12,18 +18,13 @@
direnv
# (nix-direnv.override { enableFlakes = true; })
sops
# rust
# (inputs.fenix.packages."x86_64-linux".stable.toolchain)
# nix
# rnix-lsp
nil
nixpkgs-fmt
nix-index
# julia
julia
# hardware
kicad
freecad-wayland
imhex
];
# Wireshark

View file

@ -4,13 +4,8 @@
environment.systemPackages = with pkgs; [
virt-manager
bridge-utils
vagrant
];
environment.variables = {
VAGRANT_DEFAULT_PROVIDER="libvirt";
};
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
# virtualization