From b725a4edef289bbeee4793fc1a48a9006ce37419 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 26 Apr 2023 16:45:55 +0100 Subject: [PATCH] Add pipewire for screensharing, remove duplicate swaylock --- nixos/desktop/hyprland.nix | 3 +-- nixos/home/desktop/wayland/common.nix | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix index 235de085..886fccc7 100644 --- a/nixos/desktop/hyprland.nix +++ b/nixos/desktop/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ ... }: { imports = [ ./default.nix @@ -10,7 +10,6 @@ }); }) ]; - environment.systemPackages = [ pkgs.swaylock-effects ]; security.pam.services.swaylock = { }; programs.hyprland = { enable = true; diff --git a/nixos/home/desktop/wayland/common.nix b/nixos/home/desktop/wayland/common.nix index e13698ce..a56f57fe 100644 --- a/nixos/home/desktop/wayland/common.nix +++ b/nixos/home/desktop/wayland/common.nix @@ -7,6 +7,8 @@ ./waybar.nix ]; home.packages = with pkgs; [ + pipewire + wireplumber wl-clipboard swayimg hyprpaper