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