logitech & minecraft
This commit is contained in:
parent
47302e9b14
commit
00e93b7789
|
@ -76,9 +76,6 @@
|
||||||
in {
|
in {
|
||||||
imports = with tree; [
|
imports = with tree; [
|
||||||
presets.nixos.serverEncryptedDrive
|
presets.nixos.serverEncryptedDrive
|
||||||
|
|
||||||
#inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
|
||||||
#inputs.nixos-hardware.nixosModules.raspberry-pi-5
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.videoDrivers = [
|
services.xserver.videoDrivers = [
|
||||||
|
@ -92,10 +89,6 @@ in {
|
||||||
kernelParams = [
|
kernelParams = [
|
||||||
"kunit.enable=0"
|
"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"
|
"ip=192.168.178.26::192.168.178.1:255.255.255.0:raspberry:end0:any"
|
||||||
"boot.shell_on_fail"
|
"boot.shell_on_fail"
|
||||||
"nohibernate"
|
"nohibernate"
|
||||||
|
|
|
@ -11,7 +11,7 @@ in {
|
||||||
steam
|
steam
|
||||||
lutris
|
lutris
|
||||||
arrpc
|
arrpc
|
||||||
#minecraft
|
minecraft
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{tree, ...}: {
|
{tree, ...}: {
|
||||||
imports = with tree.profiles.nixos; [
|
imports = with tree.profiles.nixos; [
|
||||||
gaming.steam
|
gaming.steam
|
||||||
|
logitech
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
(prismlauncher.override {
|
(prismlauncher.override {
|
||||||
jdks = with pkgs; [jdk8 jdk11 jdk17 jdk21];
|
jdks = with pkgs; [jdk8 jdk11 jdk17 jdk21];
|
||||||
withWaylandGLFW = true;
|
withWaylandGLFW = false; # TODO: won't build with
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
steam
|
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