Vanguard back to desktop / Hyprland (again...)

Also Vanguard: remove amdvlk package, use mesa drivers instead;
Getting better performance and it fixed the rendering bug with HFW
This commit is contained in:
Evie Litherland-Smith 2024-03-23 13:02:14 +00:00
parent fdb2305170
commit 2f7158385c
2 changed files with 6 additions and 10 deletions

View file

@ -186,10 +186,12 @@
Vanguard = systemConfig {
hostName = "Vanguard";
systemModules = [
./services/sshd.nix
./system/gamescope.nix
./system/hyprland.nix
./system/games.nix
];
homeModules = [
./home/hyprland/default.nix
];
homeModules = [./home/default.nix];
};
## Work

View file

@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{config, ...}: {
boot = {
initrd.kernelModules = ["amdgpu"];
extraModulePackages = with config.boot.kernelPackages; [v4l2loopback];
@ -13,8 +9,6 @@
hardware.opengl = {
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
extraPackages32 = [pkgs.driversi686Linux.amdvlk];
};
services.ollama.enable = true;
networking.wg-quick.interfaces = {