chore(emergency): commit everything to prepare for a reinstall

What happened? My system OOM'd, and now my entire system is broken.

I have to reinstall *everything*.
This commit is contained in:
Artur Manuel 2025-02-08 22:24:28 +00:00
commit 5b2a8031c2
5 changed files with 46 additions and 37 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.alqueva.support;
@ -15,6 +16,10 @@ in {
xdgOpenUsePortal = true;
};
environment.systemPackages = [
pkgs.wl-clipboard
];
environment.sessionVariables = {
"NIXOS_OZONE_WL" = "1";
"QT_QPA_PLATFORM" = "wayland";