vinheim: enable all firmware for bluetooth devices and etc

This commit is contained in:
L-Nafaryus 2025-05-20 10:07:23 +05:00
parent aa72cf08af
commit 935c89c45f
Signed by: L-Nafaryus
GPG Key ID: 553C97999B363D38
2 changed files with 2 additions and 8 deletions

View File

@ -80,6 +80,7 @@
# Hardware etc # Hardware etc
hardware = { hardware = {
enableAllFirmware = true;
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
graphics.enable = true; graphics.enable = true;

View File

@ -117,13 +117,6 @@ in {
rofi-wayland rofi-wayland
]; ];
home.file = {
".config/nushell/modules" = {
source = "${../common/hm/nu}";
recursive = true;
};
};
programs.zoxide = { programs.zoxide = {
enable = true; enable = true;
enableNushellIntegration = true; enableNushellIntegration = true;
@ -673,7 +666,7 @@ in {
package = pkgs.wireshark; package = pkgs.wireshark;
}; };
fonts.packages = with pkgs; [nerd-fonts.jetbrains-mono liberation_ttf]; fonts.packages = with pkgs; [nerd-fonts.jetbrains-mono liberation_ttf nerd-fonts.departure-mono];
services.ollama = { services.ollama = {
enable = true; enable = true;