pcbu-desktop try

This commit is contained in:
2026-05-04 19:49:04 +03:00
parent 397bf49326
commit c752cb2e7f
5 changed files with 82 additions and 2 deletions
+8 -2
View File
@@ -1,5 +1,6 @@
{
config,
inputs,
lib,
pkgs,
...
@@ -68,7 +69,12 @@
cups-pdf.enable = true;
};
};
# environment.sessionVariables = {
# NIXOS_OZONE_WL = "1";
# environment = {
# systemPackages = [
# pkgs.pcbu-desktop
# ];
# # sessionVariables = {
# # NIXOS_OZONE_WL = "1";
# # };
# };
}