added hyperland

This commit is contained in:
specCon18 2023-04-18 19:27:35 -04:00
parent 51e27d3913
commit e7ee64f568
5 changed files with 136 additions and 13 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
libsForQt5.polkit-kde-agent
libsForQt5.qt5.qtwayland
qt6.qtwayland
eww-wayland
];
}

View file

@ -1,6 +1,10 @@
# https://nixos.wiki/wiki/PipeWire
{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
pipewire
wireplumber
];
# rtkit is optional but recommended
security.rtkit.enable = true;
services.pipewire = {