Update channel to nixos-24.11

This commit is contained in:
ekzyis 2024-12-13 14:33:08 +01:00
parent d0a3efc60f
commit dc5c151c4d

View File

@ -69,13 +69,8 @@ in
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = false; services.printing.enable = false;
# Enable sound.
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio.extraConfig = "load-module module-switch-on-connect";
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true; services.libinput.enable = true;
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.
users.users.ekzyis = { users.users.ekzyis = {
@ -163,10 +158,11 @@ in
unstable.code-cursor unstable.code-cursor
pavucontrol pavucontrol
libnotify libnotify
alsa-tools
]; ];
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
hack-font noto-fonts noto-fonts-cjk noto-fonts-color-emoji hack-font noto-fonts noto-fonts-cjk-sans noto-fonts-color-emoji
(nerdfonts.override { fonts = [ "Hack" ]; }) (nerdfonts.override { fonts = [ "Hack" ]; })
]; ];