add systemd timers, add beets config, add smb share

This commit is contained in:
2026-07-25 00:09:38 +02:00
parent 8cfe8b7c6f
commit 0a770e4094
8 changed files with 183 additions and 13 deletions
+4
View File
@@ -1,5 +1,9 @@
{pkgs, ... }:
{
imports = [
./beets.nix
];
home.username = "user";
home.homeDirectory = "/home/user";