fix(desktop): move games to specific machines

This commit is contained in:
uku 2024-08-31 11:33:56 +02:00
parent 5d39734c39
commit 3c61d41f54
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
3 changed files with 6 additions and 3 deletions

View file

@ -14,7 +14,6 @@
../programs/ghostty.nix
../programs/kde.nix
../programs/games.nix
# ../programs/vscode.nix
# the world if hyprland
@ -86,7 +85,6 @@
obs-studio
obsidian
polkit_gnome
shotcut
strawberry
vscode

View file

@ -1,5 +1,8 @@
{pkgs, ...}: {
imports = [./nvidia.nix];
imports = [
./nvidia.nix
../../programs/games.nix
];
services.xserver.videoDrivers = ["amdgpu"];

View file

@ -1,4 +1,6 @@
{pkgs, ...}: {
imports = [../../programs/games.nix];
boot = {
initrd.kernelModules = ["i915"];
kernelParams = ["i915.force_probe=9a49"];