Add pipewire for screensharing, remove duplicate swaylock
This commit is contained in:
parent
59c9ca38d2
commit
b725a4edef
|
@ -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;
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
./waybar.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
pipewire
|
||||
wireplumber
|
||||
wl-clipboard
|
||||
swayimg
|
||||
hyprpaper
|
||||
|
|
Loading…
Reference in a new issue