vinheim: enable all firmware for bluetooth devices and etc
This commit is contained in:
parent
aa72cf08af
commit
935c89c45f
@ -80,6 +80,7 @@
|
||||
|
||||
# Hardware etc
|
||||
hardware = {
|
||||
enableAllFirmware = true;
|
||||
cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
graphics.enable = true;
|
||||
|
@ -117,13 +117,6 @@ in {
|
||||
rofi-wayland
|
||||
];
|
||||
|
||||
home.file = {
|
||||
".config/nushell/modules" = {
|
||||
source = "${../common/hm/nu}";
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableNushellIntegration = true;
|
||||
@ -673,7 +666,7 @@ in {
|
||||
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 = {
|
||||
enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user