This commit is contained in:
Tao Tien 2026-01-03 23:45:03 -08:00
parent dd26d91858
commit 3d2121382a
3 changed files with 10 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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];