Niri: Difference between revisions

Axka (talk | contribs)
m Typos
34j (talk | contribs)
Add polkit to Additional Setup
Line 36: Line 36:
services.mako.enable = true; # notification daemon
services.mako.enable = true; # notification daemon
services.swayidle.enable = true; # idle management daemon
services.swayidle.enable = true; # idle management daemon
services.polkit-gnome.enable = true; # polkit
home.packages = with pkgs; [
home.packages = with pkgs; [
  xdg-desktop-portal-gtk
   xdg-desktop-portal-gnome
   xdg-desktop-portal-gnome
   swaybg # wallpaper
   swaybg # wallpaper
Line 43: Line 45:


{{file|/etc/nixos/configuration.nix|nix|3=
{{file|/etc/nixos/configuration.nix|nix|3=
security.polkit.enable = true; # polkit
services.gnome.gnome-keyring.enable = true; # secret service
services.gnome.gnome-keyring.enable = true; # secret service
security.pam.services.swaylock = {};
security.pam.services.swaylock = {};
Line 51: Line 54:
* [[Sway]]
* [[Sway]]
* [[Wallpapers for Wayland]]
* [[Wallpapers for Wayland]]
* https://github.com/sodiboo/niri-flake/blob/main/flake.nix
* https://github.com/sodiboo/niri-flake#additional-notes
* https://github.com/sodiboo/niri-flake#additional-notes


[[Category:Window managers]]
[[Category:Window managers]]
[[Category:Applications]]
[[Category:Applications]]