Enable bluetooth suport on work-laptop and fallback to older kernel to fix Intel's mess

This commit is contained in:
Paul-Henri Froidmont 2020-02-26 19:12:43 +01:00 committed by Froidmont Paul-Henri
parent e59109027b
commit 5b85387567
2 changed files with 18 additions and 4 deletions

View file

@ -3,6 +3,7 @@
home.packages = with pkgs; [
zsh-syntax-highlighting
ranger
linuxPackages.perf
];
programs.neovim = {
enable = true;
@ -82,4 +83,4 @@
};
recursive = true;
};
}
}