This commit is contained in:
Tao Tien 2023-07-17 16:41:11 -07:00
parent ecf125e1c5
commit e7059d86b6
4 changed files with 60 additions and 15 deletions

View file

@ -13,8 +13,7 @@ in
keepassxc
libsForQt5.kdeconnect-kde
lldb
nix-prefetch-scripts
openrgb
# nix-prefetch-scripts
starship
tio
unstable.nushell
@ -38,6 +37,12 @@ in
};
};
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts-cjk
noto-fonts-emoji
];
users.users.tao = {
isNormalUser = true;
extraGroups = [ "wheel" "libvirtd" "dialout" ];