Skip to content

Commit

Permalink
Enable PipeWire.
Browse files Browse the repository at this point in the history
  • Loading branch information
attilaolah committed Mar 4, 2024
1 parent 1347f75 commit cda9673
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This will install the workstation (`#home` config).

Add remote builds for other machines:

- Crostiniand
- Crostini
- VirtualBox

Set up [impermanence][6].
Expand Down
2 changes: 2 additions & 0 deletions home-manager/wayland/window_manager/hyprland.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#
# ██╗ ██╗██╗ ██╗██████╗ ██████╗
# ██║ ██║╚██╗ ██╔╝██╔══██╗██╔══██╗
# ███████║ ╚████╔╝ ██████╔╝██████╔╝
# ██╔══██║ ╚██╔╝ ██╔═══╝ ██╔══██╗
# ██║ ██║ ██║ ██║ ██║ ██║
# ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝
#
{
config,
lib,
Expand Down
1 change: 1 addition & 0 deletions hosts/home/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
environment.systemPackages = with pkgs; [
git
neovim
slurp
];
}
1 change: 0 additions & 1 deletion hosts/home/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
];
};
bluetooth.enable = true;
pulseaudio.enable = true;
};
}
7 changes: 7 additions & 0 deletions hosts/home/services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ in {
services = {
blueman.enable = true;
dbus.enable = true;
pipewire = {
enable = true;

alsa.enable = true;
jack.enable = true;
pulse.enable = true;
};

openssh = {
enable = true;
Expand Down

0 comments on commit cda9673

Please sign in to comment.