rust shenanigans
All checks were successful
CI / aarch64-linux (push) Successful in 1m13s
CI / x86_64-linux (push) Successful in 1m49s

This commit is contained in:
Ari Gato 2024-12-29 20:02:50 +01:00
parent 99534d8a3a
commit dccebb7e94
3 changed files with 27 additions and 1 deletions

View file

@ -219,6 +219,7 @@ in {
clippy
rust-analyzer
rust-bin.stable.latest.default
rustlings
go
ruby-lsp
rubyfmt

View file

@ -15,7 +15,8 @@
boot.uefi.enable = true;
boot.loader.systemd-boot.xbootldrMountPoint = "/efi";
boot.loader.systemd-boot.edk2-uefi-shell.enable = true;
boot.loader.systemd-boot.windows."10".efiDeviceHandle = "HD1b";
boot.loader.systemd-boot.windows."10".efiDeviceHandle = "HD0b";
boot.loader.systemd-boot.windows."10-alternative".efiDeviceHandle = "HD1b";
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
virtualisation.docker.enable = true;
@ -34,6 +35,18 @@
# pkgs.comfyuiPackages.rocm.comfyui-with-extensions
woeusb-ng ntfs3g
bison
flex
fontforge
makeWrapper
pkg-config
gnumake
gcc
libiconv
autoconf
automake
libtool
];
hardware.graphics.extraPackages = with pkgs; [ rocmPackages.clr.icd ];

View file

@ -38,6 +38,18 @@
# pkgs.comfyuiPackages.rocm.comfyui-with-extensions
woeusb-ng ntfs3g
bison
flex
fontforge
makeWrapper
pkg-config
gnumake
gcc
libiconv
autoconf
automake
libtool
];
services.displayManager.sddm.settings.Fingerprintlogin = {