Add pipewire for screensharing, remove duplicate swaylock

This commit is contained in:
Evie Litherland-Smith 2023-04-26 16:45:55 +01:00
parent 59c9ca38d2
commit b725a4edef
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
imports = [ imports = [
./default.nix ./default.nix
@ -10,7 +10,6 @@
}); });
}) })
]; ];
environment.systemPackages = [ pkgs.swaylock-effects ];
security.pam.services.swaylock = { }; security.pam.services.swaylock = { };
programs.hyprland = { programs.hyprland = {
enable = true; enable = true;

View file

@ -7,6 +7,8 @@
./waybar.nix ./waybar.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [
pipewire
wireplumber
wl-clipboard wl-clipboard
swayimg swayimg
hyprpaper hyprpaper