This commit is contained in:
Tao Tien 2025-10-20 14:35:48 -07:00
parent f6a221c385
commit 98b6210742
4 changed files with 509 additions and 16 deletions

View file

@ -104,7 +104,7 @@
# enableExtensionPack = true;
# };
disabledModules = ["services/misc/snapper.nix"];
disabledModules = ["services/misc/snapper.nix"];
imports = [../extras/snapper.nix];
services.snapper.configs = {
home = {
@ -135,18 +135,6 @@
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;