add(apps): qmk as system
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [via];
|
||||||
|
services.udev.packages = with pkgs; [via];
|
||||||
|
}
|
||||||
@@ -3,6 +3,7 @@
|
|||||||
protonup-qt
|
protonup-qt
|
||||||
protontricks
|
protontricks
|
||||||
mangohud
|
mangohud
|
||||||
|
via
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../apps/qmk
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./apps-optional.nix
|
||||||
./backlight.nix
|
./backlight.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
|||||||
@@ -8,7 +8,9 @@
|
|||||||
hardware.steam-hardware.enable = true;
|
hardware.steam-hardware.enable = true;
|
||||||
hardware.xpadneo.enable = true; # Xbox controllers via Bluetooth
|
hardware.xpadneo.enable = true; # Xbox controllers via Bluetooth
|
||||||
hardware.uinput.enable = true;
|
hardware.uinput.enable = true;
|
||||||
services.udev.packages = [pkgs.game-devices-udev-rules];
|
services.udev.packages = [
|
||||||
|
pkgs.game-devices-udev-rules
|
||||||
|
];
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -25,4 +27,3 @@
|
|||||||
# Fix slow Steam Download speeds
|
# Fix slow Steam Download speeds
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user