stuf
This commit is contained in:
parent
dd26d91858
commit
3d2121382a
3 changed files with 10 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue