logitech & minecraft
This commit is contained in:
parent
47302e9b14
commit
00e93b7789
|
@ -76,9 +76,6 @@
|
|||
in {
|
||||
imports = with tree; [
|
||||
presets.nixos.serverEncryptedDrive
|
||||
|
||||
#inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
||||
#inputs.nixos-hardware.nixosModules.raspberry-pi-5
|
||||
];
|
||||
|
||||
services.xserver.videoDrivers = [
|
||||
|
@ -92,10 +89,6 @@ in {
|
|||
kernelParams = [
|
||||
"kunit.enable=0"
|
||||
|
||||
"8250.nr_uarts=11"
|
||||
"console=ttyAMA10,115200"
|
||||
"console=tty0"
|
||||
|
||||
"ip=192.168.178.26::192.168.178.1:255.255.255.0:raspberry:end0:any"
|
||||
"boot.shell_on_fail"
|
||||
"nohibernate"
|
||||
|
|
|
@ -11,7 +11,7 @@ in {
|
|||
steam
|
||||
lutris
|
||||
arrpc
|
||||
#minecraft
|
||||
minecraft
|
||||
])
|
||||
]);
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{tree, ...}: {
|
||||
imports = with tree.profiles.nixos; [
|
||||
gaming.steam
|
||||
logitech
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
home.packages = with pkgs; [
|
||||
(prismlauncher.override {
|
||||
jdks = with pkgs; [jdk8 jdk11 jdk17 jdk21];
|
||||
withWaylandGLFW = true;
|
||||
withWaylandGLFW = false; # TODO: won't build with
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
steamtinkerlaunch
|
||||
];
|
||||
}
|
||||
|
|
1
profiles/nixos/logitech.nix
Normal file
1
profiles/nixos/logitech.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{...}: { hardware.logitech.wireless = { enable = true; enableGraphical = true; }; }
|
Loading…
Reference in a new issue