diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 | 
| commit | 6ba0196a5cc237a263ce0210b920bbd5d38fac0c (patch) | |
| tree | cd13eefef1e11614e4db54a6f5afcdc4bd87d472 /modules/core | |
| parent | 722467fc40bfb44ee0aee1c6aab804dc36d16851 (diff) | |
update
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/bluetooth.nix | 2 | ||||
| -rw-r--r-- | modules/core/fonts.nix | 3 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix index 5e64d97..fbd9b48 100644 --- a/modules/core/bluetooth.nix +++ b/modules/core/bluetooth.nix @@ -3,5 +3,5 @@  {    hardware.bluetooth.enable = true;    hardware.bluetooth.powerOnBoot = true; -  services.blueman.enable = true; +  # services.blueman.enable = true;  } diff --git a/modules/core/fonts.nix b/modules/core/fonts.nix index 7f1d51d..b842dd9 100644 --- a/modules/core/fonts.nix +++ b/modules/core/fonts.nix @@ -2,8 +2,7 @@  {    fonts.packages = with pkgs; [ -    # nerd-fonts.ubuntu-mono -    (nerdfonts.override { fonts = [ "UbuntuMono" ]; }) +    nerd-fonts.ubuntu-mono      noto-fonts      noto-fonts-cjk-sans      noto-fonts-emoji | 
