Updated configuration

This commit is contained in:
2025-08-26 09:21:24 -03:00
parent 3b2ccc8417
commit c784df06fd
39 changed files with 1859 additions and 176 deletions

View File

@@ -0,0 +1,21 @@
{
pkgs,
inputs,
...
}: {
imports = [
inputs.niri.nixosModules.niri
];
programs.niri.enable = true;
# XDG Desktop Portal for niri
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gnome
];
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}