|
|
|
@ -35,7 +35,10 @@ in |
|
|
|
|
nixpkgs.config.allowUnfree = true; |
|
|
|
|
environment.systemPackages = with pkgs; [ |
|
|
|
|
opensc yubikey-manager yubikey-manager-qt yubico-piv-tool |
|
|
|
|
wget vim gitAndTools.gitFull sshfs firefox-wayland chromium thunderbird-wayland hexchat |
|
|
|
|
wget vim gitAndTools.gitFull sshfs |
|
|
|
|
firefox |
|
|
|
|
thunderbird |
|
|
|
|
chromium |
|
|
|
|
usbutils pciutils uhubctl file lm_sensors audacious acpi |
|
|
|
|
gimp imagemagick |
|
|
|
|
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ])) |
|
|
|
@ -157,9 +160,9 @@ in |
|
|
|
|
services.udev.packages = [ artiq.packages.x86_64-linux.openocd-bscanspi ]; |
|
|
|
|
services.udev.extraRules = (import ./extra-udev.nix); |
|
|
|
|
|
|
|
|
|
nix.binaryCachePublicKeys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="]; |
|
|
|
|
nix.binaryCaches = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"]; |
|
|
|
|
nix.sandboxPaths = ["/opt"]; |
|
|
|
|
nix.settings.trusted-public-keys = ["nixbld.m-labs.hk-1:5aSRVA5b320xbNvu30tqxVPXpld73bhtOeH6uAjRyHc="]; |
|
|
|
|
nix.settings.substituters = ["https://nixbld.m-labs.hk" "https://cache.nixos.org"]; |
|
|
|
|
nix.settings.extra-sandbox-paths = ["/opt"]; |
|
|
|
|
|
|
|
|
|
nix.extraOptions = '' |
|
|
|
|
experimental-features = nix-command flakes impure-derivations |
|
|
|
|