This commit is contained in:
xmm16 2024-12-12 16:03:09 -03:00
commit a894916b64
No known key found for this signature in database
2 changed files with 135 additions and 7 deletions

View file

@ -5,6 +5,7 @@
imports = [
./config/sysctl.d/performance.nix
./config/sysctl.d/hardening.nix
./config/pipewire/pipewire.nix
];
boot.kernelPackages = pkgs.linuxPackages_latest;
@ -143,13 +144,7 @@
xdg-desktop-portal-gtk
xdg-desktop-portal-gnome
];
config = {
common = {
default = [
"gtk"
];
};
};
config.common.default = "*";
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";