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 { Vanguard = systemConfig {
hostName = "Vanguard"; hostName = "Vanguard";
systemModules = [ systemModules = [
./services/sshd.nix ./system/hyprland.nix
./system/gamescope.nix ./system/games.nix
];
homeModules = [
./home/hyprland/default.nix
]; ];
homeModules = [./home/default.nix];
}; };
## Work ## Work

View file

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