trying to get speakers working

This commit is contained in:
Matt Nish-Lapidus 2024-10-05 12:36:08 -04:00
parent becb262e17
commit 36798975c7
5 changed files with 2387 additions and 62 deletions

View file

@ -8,8 +8,10 @@
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-flatpak.url = "github:gmodena/nix-flatpak"; # unstable branch. Use github:gmodena/nix-flatpak/?ref=<tag> to pin releases.
@ -28,13 +30,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
envycontrol = {
url = github:bayasdev/envycontrol;
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
};
outputs = inputs @ {self, nixpkgs, nixpkgs-stable, home-manager, nix-flatpak, kmonad, musnix, envycontrol, ... }: {
outputs = inputs @ {self, nixpkgs, nixpkgs-stable, home-manager, nix-flatpak, kmonad, musnix, hyprland, ... }: {
nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlay ];
nixosConfigurations = {
@ -57,15 +56,6 @@
"emenel" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;
# pkgs = import nixpkgs {
# system = "x86_64-linux"; # whatever your system name is
# config = {
# allowUnfree = true;
# allowUnfreePredicate = _: true;
# };
# };
extraSpecialArgs = { inherit inputs; };
modules = [