auto start flatpak steam on amd-workstation

This commit is contained in:
Dmitriy Kholkin 2024-10-24 01:42:48 +03:00
parent 8e45ef3c06
commit c2755b492a
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
# inputs.chaotic.nixosModules.default
];
startupApplications = [ "com.valvesoftware.Steam" ];
# chaotic.mesa-git.enable = true;
# chaotic.mesa-git.fallbackSpecialisation = true;
# chaotic.mesa-git.method = "GBM_BACKENDS_PATH";

View File

@ -10,7 +10,7 @@
home.packages = with pkgs; [ ckan ];
};
startupApplications = [ "${pkgs.steam}/bin/steam" ];
# startupApplications = [ "${pkgs.steam}/bin/steam" ];
persist.state.homeDirectories = [
".local/share/Steam"