sound with pipewire
This commit is contained in:
parent
e0cde17c34
commit
5780347895
5 changed files with 44 additions and 17 deletions
13
flake.nix
13
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue