This commit is contained in:
Tao Tien 2025-10-08 18:29:19 -07:00
parent f27aa8b65c
commit 35d2762ab1
12 changed files with 3054 additions and 20 deletions

View file

@ -6,6 +6,10 @@
...
}: {
users.users.tao.packages = with pkgs; [
printrun
zotero
openscad
syncplay
# boxxy
# carapace
# cloud-hypervisor
@ -131,6 +135,18 @@
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
'';
fonts.packages = with pkgs; [
# (nerdfonts.override {fonts = ["FiraCode"];})
nerd-fonts.fira-code
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-color-emoji
ibm-plex
cooper-hewitt
];
documentation.enable = true;
# age.secrets.password-tao.file = ../secrets/syncthing-uwuraid.age;
users.users.tao = {
isNormalUser = true;