Changed pipewire to pkgs.pipewire
This commit is contained in:
parent
a9cab71b9b
commit
bd23a0aa11
7
home.nix
7
home.nix
|
@ -1,8 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
pipewire = pkgs.pipewire;
|
||||
in {
|
||||
{
|
||||
home.username = "svante";
|
||||
home.homeDirectory = "/home/svante";
|
||||
home.stateVersion = "23.11";
|
||||
|
@ -11,7 +8,7 @@ in {
|
|||
pkgs.fortune
|
||||
pkgs.htop
|
||||
pkgs.xwaylandvideobridge
|
||||
pipewire
|
||||
pkgs.pipewire
|
||||
pkgs.wireplumber
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.qt6.qtwayland
|
||||
|
|
Loading…
Reference in a new issue