This commit is contained in:
2022-10-15 12:06:07 +02:00
parent 16dc290cfa
commit 62af5ec3c5
8 changed files with 14 additions and 66 deletions

View File

@@ -77,7 +77,7 @@
direnv.enable = true;
office.enable = true;
plasma = {
enable = false;
enable = true;
sddm = {
backgroundImage = pkgs.fetchurl {
url = "https://cdn.donmai.us/original/d3/1b/__manjuu_prinz_eugen_roon_bismarck_friedrich_der_grosse_and_3_more_azur_lane_drawn_by_zaphn__d31bf4ac564d60f8787818842c369e7f.jpg";
@@ -90,14 +90,14 @@
};
services = {
gamemode.enable = true;
gnome.enable = true;
gnome.enable = false;
logiops.enable = true;
input-remapper = {
enable = true;
postStartCommand = "${pkgs.input-remapper}/bin/input-remapper-control --command start --preset NOOP --device \"Razer Razer Tartarus V2\"";
};
gdm = {
enable = true;
enable = false;
};
};
system = {
@@ -188,6 +188,10 @@
libinput.enable = true;
};
earlyoom.enable = lib.mkForce false;
udev.extraRules = ''
ACTION=="add", SUBSYSTEM=="usb", DRIVERS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c52b", ATTR{power/wakeup}="disabled", ATTR{driver/1-7/power/wakeup}="disabled"
'';
};
hardware = {