Add pipewire for screensharing, remove duplicate swaylock
This commit is contained in:
parent
59c9ca38d2
commit
b725a4edef
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue