diff --git a/extras/dev.nix b/extras/dev.nix index 15092d1..095cbfb 100644 --- a/extras/dev.nix +++ b/extras/dev.nix @@ -98,6 +98,7 @@ # leptosfmt # keep-sorted start bacon + dioxus-cli cargo-autoinherit cargo-binstall cargo-edit @@ -109,7 +110,7 @@ elf2uf2-rs flip-link mdbook - mold-wrapped + mold probe-rs-tools rustup rusty-man diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index fdb5ee9..8edcb08 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -56,6 +56,9 @@ powerManagement.cpuFreqGovernor = "powersave"; systemd.sleep.extraConfig = "HibernateDelaySec=360m"; + nix.settings = { + connect-timeout = 5; + }; nix.buildMachines = [ { hostName = "nocomputer"; @@ -68,17 +71,6 @@ "nixos-test" ]; } - # { - # hostName = "localhost"; - # systems = ["x86_64-linux" "i686-linux"]; - # supportedFeatures = [ - # "benchmark" - # "big-parallel" - # "gccarch-znver4" - # "kvm" - # "nixos-test" - # ]; - # } ]; nix.extraOptions = '' builders-use-substitutes = true diff --git a/users/tao.nix b/users/tao.nix index 2bfec86..df49666 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -31,7 +31,7 @@ discord freecad-wayland gocryptfs - gurk-rs + # gurk-rs jellyfin-mpv-shim keepassxc man-pages @@ -74,11 +74,12 @@ zoom-us zotero zoxide + # android-tools # keep-sorted end ]; - programs = { - adb.enable = true; - # kdeconnect.enable = true; + virtualisation.waydroid = { + enable = true; + package = pkgs.waydroid-nftables; }; environment.shells = with pkgs; [nushell];