This commit is contained in:
alyx 2025-11-22 06:03:55 +00:00
parent 43f8bc5995
commit fb4ad07620
No known key found for this signature in database
38 changed files with 128 additions and 2800 deletions

View file

@ -22,22 +22,22 @@
};
nix.package = pkgs.lix;
nix.buildMachines = [ {
hostName = "alyx@192.168.1.144";
protocol = "ssh-ng";
# nix.buildMachines = [ {
# hostName = "alyx@192.168.1.144";
# protocol = "ssh-ng";
# if the builder supports building for multiple architectures,
# replace the previous line by, e.g.
systems = ["x86_64-linux" "i686-linux"];
maxJobs = 1;
speedFactor = 2;
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}] ;
nix.distributedBuilds = true;
# optional, useful when the builder has a faster internet connection than yours
nix.extraOptions = ''
builders-use-substitutes = true
'';
# systems = ["x86_64-linux" "i686-linux"];
# maxJobs = 1;
# speedFactor = 2;
# supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
# mandatoryFeatures = [ ];
# }] ;
# nix.distributedBuilds = true;
# # optional, useful when the builder has a faster internet connection than yours
# nix.extraOptions = ''
# builders-use-substitutes = true
# '';
services.desktopManager.plasma6.enable = true;
jovian.devices.steamdeck.enable = true;
jovian.steam.autoStart = true;
@ -95,8 +95,8 @@
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers];
extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl];
extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl libva-vdpau-driver vulkan-validation-layers];
extraPackages32 = with pkgs; [driversi686Linux.mesa.opencl];
};
hardware.bluetooth.enable = true;
@ -178,14 +178,11 @@
neovim
cbfstool
git
keepassxc
inputs.niri.packages.${pkgs.stdenv.hostPlatform.system}.xwayland-satellite-stable
pulseaudio
steamdeck-firmware
jupiter-dock-updater-bin
maliit-keyboard
squeekboard
wvkbd
winetricks
p7zip
cabextract
@ -197,3 +194,4 @@
system.stateVersion = "24.11"; # Did you read the comment?
}