meta: Dump changes

This commit is contained in:
2022-03-27 12:30:13 +02:00
parent d852bcba8e
commit 5074740992
14 changed files with 333 additions and 19 deletions

View File

@@ -42,7 +42,7 @@
plasma.mobile = true;
};
services = {
gnome.enable = true;
gdm.enable = true;
};
system = {
i18n.enable = true;

View File

@@ -43,7 +43,7 @@
#psst
# Proprietary stuff (yikes)
discord-wrapped spotify-wrapped
discord-wrapped discord-app-wrapped spotify-wrapped
];
ptw = {
@@ -75,6 +75,10 @@
enable = false;
postStartCommand = "${pkgs.input-remapper}/bin/input-remapper-control --command start --preset NOOP --device \"Razer Razer Tartarus V2\"";
};
gdm = {
enable = true;
monitors = ../data/miku/monitors.xml;
};
};
system = {
i18n.enable = true;
@@ -148,10 +152,6 @@
enable = true;
layout = "de";
libinput.enable = true;
displayManager.gdm = {
wayland = true;
enable = true;
};
};
earlyoom.enable = lib.mkForce false;
};

View File

@@ -53,7 +53,7 @@
office.enable = true;
};
services = {
gnome.enable = true;
gdm.enable = true;
kanshi = let
horizontal = "Samsung Electric Company C27F398 H4ZR101145";
@@ -116,10 +116,6 @@
enable = true;
layout = "de";
libinput.enable = true;
displayManager.gdm = {
enable = true;
wayland = true;
};
};
};