Add some config files.
This commit is contained in:
parent
37aa0e6732
commit
edc48d00a2
@ -77,6 +77,19 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home-manager.users.kodi =
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.file.".kodi/userdata/mediasources.xml".source = ./files/mediasources.xml;
|
||||||
|
|
||||||
|
home.file.".kodi/userdata/addon_data/peripheral.joystick/resources/buttonmaps/xml/linux/DualSense_Wireless_Controller_13b_8a.xml".source =
|
||||||
|
./files/DualSense_Wireless_Controller_13b_8a.xml;
|
||||||
|
|
||||||
|
# The state version is required and should stay at the version you
|
||||||
|
# originally installed.
|
||||||
|
home.stateVersion = "24.11";
|
||||||
|
};
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
@ -0,0 +1,38 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<buttonmap>
|
||||||
|
<device name="DualSense Wireless Controller" provider="linux" buttoncount="13" axiscount="8">
|
||||||
|
<configuration>
|
||||||
|
<axis index="2" center="-1" range="2" />
|
||||||
|
<axis index="5" center="-1" range="2" />
|
||||||
|
</configuration>
|
||||||
|
<controller id="game.controller.default">
|
||||||
|
<feature name="a" button="0" />
|
||||||
|
<feature name="b" button="1" />
|
||||||
|
<feature name="back" button="9" />
|
||||||
|
<feature name="down" axis="+7" />
|
||||||
|
<feature name="guide" button="10" />
|
||||||
|
<feature name="left" axis="-6" />
|
||||||
|
<feature name="leftbumper" button="4" />
|
||||||
|
<feature name="leftstick">
|
||||||
|
<up axis="-1" />
|
||||||
|
<down axis="+1" />
|
||||||
|
<right axis="+0" />
|
||||||
|
<left axis="-0" />
|
||||||
|
</feature>
|
||||||
|
<feature name="lefttrigger" button="6" />
|
||||||
|
<feature name="right" axis="+6" />
|
||||||
|
<feature name="rightbumper" button="5" />
|
||||||
|
<feature name="rightstick">
|
||||||
|
<up axis="-4" />
|
||||||
|
<down axis="+4" />
|
||||||
|
<right axis="+3" />
|
||||||
|
<left axis="-3" />
|
||||||
|
</feature>
|
||||||
|
<feature name="righttrigger" button="7" />
|
||||||
|
<feature name="start" button="8" />
|
||||||
|
<feature name="up" axis="-7" />
|
||||||
|
<feature name="x" button="3" />
|
||||||
|
<feature name="y" button="2" />
|
||||||
|
</controller>
|
||||||
|
</device>
|
||||||
|
</buttonmap>
|
5
nix/configuration/roles/kodi/files/mediasources.xml
Normal file
5
nix/configuration/roles/kodi/files/mediasources.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<mediasources>
|
||||||
|
<network>
|
||||||
|
<location id="0">sftp://nochainstounlock@stuff.fizz.buzz:42069/readonly/library/</location>
|
||||||
|
</network>
|
||||||
|
</mediasources>
|
Loading…
x
Reference in New Issue
Block a user