improve portal setup, start configuring waybar and some other stuff

This commit is contained in:
Markus Heurung 2024-06-05 15:31:44 +02:00
parent b367fb8472
commit 146aec7b82
2 changed files with 49 additions and 3 deletions

View file

@ -52,8 +52,9 @@
};
security = {
rtkit.enable = true;
pam.services.swaylock = {};
polkit.enable = true;
rtkit.enable = true;
};
services.envfs.enable = true;
services.flatpak.enable = true;
@ -127,7 +128,10 @@
enable = true;
enableSSHSupport = true;
};
light.enable = true;
light = {
enable = true;
brightnessKeys.enable = true;
};
sway.enable = true;
};
virtualisation = {
@ -140,7 +144,15 @@
};
};
xdg.portal.wlr.enable = true;
xdg = {
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];
};
};
# Enable the OpenSSH daemon.
# services.openssh.enable = true;