auto start flatpak steam on amd-workstation
This commit is contained in:
parent
8e45ef3c06
commit
c2755b492a
@ -32,6 +32,7 @@
|
|||||||
# inputs.chaotic.nixosModules.default
|
# inputs.chaotic.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
|
startupApplications = [ "com.valvesoftware.Steam" ];
|
||||||
# chaotic.mesa-git.enable = true;
|
# chaotic.mesa-git.enable = true;
|
||||||
# chaotic.mesa-git.fallbackSpecialisation = true;
|
# chaotic.mesa-git.fallbackSpecialisation = true;
|
||||||
# chaotic.mesa-git.method = "GBM_BACKENDS_PATH";
|
# chaotic.mesa-git.method = "GBM_BACKENDS_PATH";
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
home.packages = with pkgs; [ ckan ];
|
home.packages = with pkgs; [ ckan ];
|
||||||
};
|
};
|
||||||
|
|
||||||
startupApplications = [ "${pkgs.steam}/bin/steam" ];
|
# startupApplications = [ "${pkgs.steam}/bin/steam" ];
|
||||||
|
|
||||||
persist.state.homeDirectories = [
|
persist.state.homeDirectories = [
|
||||||
".local/share/Steam"
|
".local/share/Steam"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user