Update channel to nixos-24.11
This commit is contained in:
parent
d0a3efc60f
commit
dc5c151c4d
@ -69,13 +69,8 @@ in
|
||||
# Enable CUPS to print documents.
|
||||
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).
|
||||
services.xserver.libinput.enable = true;
|
||||
services.libinput.enable = true;
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.ekzyis = {
|
||||
@ -163,10 +158,11 @@ in
|
||||
unstable.code-cursor
|
||||
pavucontrol
|
||||
libnotify
|
||||
alsa-tools
|
||||
];
|
||||
|
||||
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" ]; })
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user