Revert "Change to Plasma and remove unnecessary packages"

This reverts commit 90625b6837.
This commit is contained in:
thiloho
2024-08-06 14:04:28 +02:00
parent 8846dffcf3
commit 32060797a1
3 changed files with 79 additions and 12 deletions

View File

@@ -15,6 +15,33 @@
package = pkgs.mariadb;
};
systemd.tmpfiles.rules = [
"L+ /run/gdm/.config/monitors.xml - - - - ${pkgs.writeText "gdm-monitors.xml" ''
<monitors version="2">
<configuration>
<logicalmonitor>
<x>0</x>
<y>0</y>
<scale>1</scale>
<monitor>
<monitorspec>
<connector>eDP-1</connector>
<vendor>BOE</vendor>
<product>0x074f</product>
<serial>0x00000000</serial>
</monitorspec>
<mode>
<width>1920</width>
<height>1080</height>
<rate>60.012</rate>
</mode>
</monitor>
</logicalmonitor>
</configuration>
</monitors>
''}"
];
home-manager.users.thiloho = { pkgs, ... }: {
programs.git.signing.key = "5CF074CA31DD6686";
home = { stateVersion = "23.05"; };