mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-26 00:51:02 -04:00
refactor(home/steam): remove 'with'
This commit is contained in:
@@ -49,12 +49,12 @@
|
||||
Type=Application
|
||||
'';
|
||||
in {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = [
|
||||
steam-with-pkgs
|
||||
steam-session
|
||||
gamescope
|
||||
mangohud
|
||||
protontricks
|
||||
pkgs.gamescope
|
||||
pkgs.mangohud
|
||||
pkgs.protontricks
|
||||
];
|
||||
home.persistence = {
|
||||
"/persist/home/misterio" = {
|
||||
|
||||
Reference in New Issue
Block a user