working on labrizor
This commit is contained in:
parent
20da2be2d2
commit
7fcd718010
5 changed files with 6 additions and 10 deletions
|
|
@ -50,6 +50,7 @@
|
|||
./users/isutter.nix
|
||||
./users/aksutter.nix
|
||||
./modules/plasma.nix
|
||||
./modules/virtualization.nix
|
||||
# ./modules/3dprinting.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
quickemu
|
||||
# quickemu
|
||||
spicy
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@
|
|||
libgdiplus
|
||||
unzip
|
||||
clinfo
|
||||
python3
|
||||
virt-manager
|
||||
adoptopenjdk-icedtea-web
|
||||
javaPackages.openjfx17
|
||||
|
|
|
|||
|
|
@ -13,13 +13,10 @@
|
|||
|
||||
services.xserver.videoDrivers = [ ];
|
||||
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
rocm-opencl-icd
|
||||
rocm-opencl-runtime
|
||||
];
|
||||
|
||||
hardware.opengl.driSupport = true;
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
# hardware.graphics.extraPackages = with pkgs; [
|
||||
# rocm-opencl-icd
|
||||
# rocm-opencl-runtime
|
||||
# ];
|
||||
|
||||
networking.bridges = {
|
||||
"br0" = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
let
|
||||
home-manager = builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||
# sha256 = "05msmzfa45l9sr9ngd2cfxw66kw0x76d68gp29v5ilrakf8nc90w";
|
||||
};
|
||||
in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue