added aiohttp
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
imports = [
|
||||
inputs.jovian.nixosModules.default
|
||||
];
|
||||
environment.sessionVariables = {
|
||||
DECKY_HOME = "/home/${myConfig.essentials.Username}/homebrew";
|
||||
DECKY_USER_HOME = "/home/${myConfig.essentials.Username}";
|
||||
};
|
||||
# environment.systemPackages = with pkgs; [inputs.jovian.packages.${system}.default];
|
||||
jovian.steam.enable = true;
|
||||
jovian.steam.autoStart = true;
|
||||
@@ -20,6 +24,12 @@
|
||||
# jovian.steamos.enableBluetoothConfig = true;
|
||||
# jovian.steamos.enableMesaPatches = true;
|
||||
jovian.steamos.useSteamOSConfig = true;
|
||||
jovian.decky-loader.extraPythonPackages = pythonPackages:
|
||||
with pythonPackages; [
|
||||
requests
|
||||
aiohttp
|
||||
];
|
||||
|
||||
# jovian.devices.steamdeck.enableControllerUdevRules = true;
|
||||
hardware = {
|
||||
xone.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user