alsa
This commit is contained in:
parent
ec06b1b63f
commit
7470f38b75
@ -7,7 +7,7 @@
|
|||||||
nvf.url = "git+https://gitea.homework.zip/five/neovim";
|
nvf.url = "git+https://gitea.homework.zip/five/neovim";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/master"; # Optional, use master for latest HM
|
url = "github:nix-community/home-manager/master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -17,7 +17,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
url = "github:danth/stylix"; # stylix follows unstable automatically
|
url = "github:danth/stylix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
rocm = {
|
rocm = {
|
||||||
|
|||||||
@ -9,6 +9,8 @@
|
|||||||
mesa
|
mesa
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
clinfo
|
clinfo
|
||||||
|
pkg-config
|
||||||
|
alsa-lib.dev
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.opengl.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
|
|||||||
@ -28,4 +28,6 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
|
||||||
|
hardware.alsa.enablePersistence = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user