mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Merge branch 'main' of ssh://codeberg.org/tmayoff/.dotfiles
This commit is contained in:
commit
f2a64ab35f
3 changed files with 12 additions and 3 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
packages = with pkgs; [
|
||||
godot
|
||||
|
||||
calibre
|
||||
claude-code
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue