Move steam rom manager to a role.

This commit is contained in:
Tom Alexander
2025-02-13 19:33:07 -05:00
parent 7dd922c2a2
commit 48fa3c7436
3 changed files with 34 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
}:
{
imports = [
./util/unfree_polyfill
./roles/shipwright
./roles/graphics
./roles/shipwright
./roles/steam_rom_manager
./util/unfree_polyfill
];
home.username = "deck";
@@ -28,7 +29,6 @@
};
home.packages = with pkgs; [
steam-rom-manager
pkgs.nixgl.nixGLIntel
(pkgs.nixgl.nixGLCommon pkgs.nixgl.nixGLIntel)
pkgs.nixgl.nixVulkanIntel