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 # leptosfmt
# keep-sorted start # keep-sorted start
bacon bacon
dioxus-cli
cargo-autoinherit cargo-autoinherit
cargo-binstall cargo-binstall
cargo-edit cargo-edit
@ -109,7 +110,7 @@
elf2uf2-rs elf2uf2-rs
flip-link flip-link
mdbook mdbook
mold-wrapped mold
probe-rs-tools probe-rs-tools
rustup rustup
rusty-man rusty-man

View file

@ -56,6 +56,9 @@
powerManagement.cpuFreqGovernor = "powersave"; powerManagement.cpuFreqGovernor = "powersave";
systemd.sleep.extraConfig = "HibernateDelaySec=360m"; systemd.sleep.extraConfig = "HibernateDelaySec=360m";
nix.settings = {
connect-timeout = 5;
};
nix.buildMachines = [ nix.buildMachines = [
{ {
hostName = "nocomputer"; hostName = "nocomputer";
@ -68,17 +71,6 @@
"nixos-test" "nixos-test"
]; ];
} }
# {
# hostName = "localhost";
# systems = ["x86_64-linux" "i686-linux"];
# supportedFeatures = [
# "benchmark"
# "big-parallel"
# "gccarch-znver4"
# "kvm"
# "nixos-test"
# ];
# }
]; ];
nix.extraOptions = '' nix.extraOptions = ''
builders-use-substitutes = true builders-use-substitutes = true

View file

@ -31,7 +31,7 @@
discord discord
freecad-wayland freecad-wayland
gocryptfs gocryptfs
gurk-rs # gurk-rs
jellyfin-mpv-shim jellyfin-mpv-shim
keepassxc keepassxc
man-pages man-pages
@ -74,11 +74,12 @@
zoom-us zoom-us
zotero zotero
zoxide zoxide
# android-tools
# keep-sorted end # keep-sorted end
]; ];
programs = { virtualisation.waydroid = {
adb.enable = true; enable = true;
# kdeconnect.enable = true; package = pkgs.waydroid-nftables;
}; };
environment.shells = with pkgs; [nushell]; environment.shells = with pkgs; [nushell];