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:
parent
39fdba2a9d
commit
5b2a8031c2
5 changed files with 46 additions and 37 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue