upgrade nixos, audio stuff

This commit is contained in:
Tao Tien 2024-01-23 14:19:19 -08:00
parent 442669130a
commit c56ec41dd8
5 changed files with 34 additions and 11 deletions

View file

@ -79,15 +79,15 @@
configDir = "/home/tao/.config/syncthing";
};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-color-emoji
];
users.users.tao = {
isNormalUser = true;
extraGroups = [ "video" "wheel" "libvirtd" "dialout" "scanner" "lp" ];
extraGroups = [ "video" "wheel" "libvirtd" "dialout" "game" ];
shell = pkgs.unstable.nushell;
};