sound with pipewire

This commit is contained in:
Till 2023-05-21 11:44:04 +02:00
parent e0cde17c34
commit 5780347895
5 changed files with 44 additions and 17 deletions

View file

@ -2,7 +2,6 @@
description = "First stab at a flake for my system config";
inputs = {
# nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
@ -15,10 +14,10 @@
specialArgs = { inherit inputs; };
modules = [
{
networking.hostName = "nova";
}
./system/gnome.nix
networking.hostName = "nova";
}
./system
./system/gnome.nix
./system/hardware-nova.nix
];
};
@ -32,12 +31,6 @@
];
programs.sway.enable = true;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
}
./system
./system/hardware-romulus.nix