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 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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user