push
This commit is contained in:
9
modules/core/audio/alc897.nix
Normal file
9
modules/core/audio/alc897.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
den.aspects.alc897 = {
|
||||||
|
nixos = {
|
||||||
|
boot.extraModprobeConfig = ''
|
||||||
|
options snd-hda-intel model=alc897-fixup
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -4,6 +4,7 @@
|
|||||||
users.users.bug.packages = with pkgs; [
|
users.users.bug.packages = with pkgs; [
|
||||||
euphonica
|
euphonica
|
||||||
rhythmbox
|
rhythmbox
|
||||||
|
dopamine
|
||||||
];
|
];
|
||||||
|
|
||||||
services.flatpak.packages = [
|
services.flatpak.packages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user