Merge branch 'main' of ssh://codeberg.org/tmayoff/.dotfiles

This commit is contained in:
Tyler Mayoff 2025-11-21 08:42:07 -05:00 committed by Tyle Mayoff
commit f2a64ab35f
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -74,6 +74,11 @@
services.blueman.enable = true;
services.clamav = {
daemon.enable = true;
updater.enable = true;
};
# Set your time zone.
time.timeZone = "America/New_York";

View file

@ -23,7 +23,6 @@
packages = with pkgs; [
godot
calibre
claude-code
];