stuff
This commit is contained in:
parent
a026867c03
commit
d1d7dd9c01
22 changed files with 427 additions and 103 deletions
|
@ -1,3 +1,11 @@
|
|||
{
|
||||
services.fwupd.enable = true;
|
||||
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
xone.enable = true;
|
||||
xpadneo.enable = true;
|
||||
gcadapter.enable = true;
|
||||
enableAllFirmware = true;
|
||||
};
|
||||
}
|
||||
|
|
3
common/xdg.nix
Normal file
3
common/xdg.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
xdg.portal.xdgOpenUsePortal = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue