Commit e2314720cc78
Changed files (1)
systems
nagoya
systems/nagoya/home.nix
@@ -1,8 +1,12 @@
-_: {
+{ pkgs, ... }:
+{
imports = [
../../home/common/dev/base.nix
# ../../home/common/dev/emacs.nix
../../home/common/dev/containers.nix
];
systemd.user.services.syncthing.Install.WantedBy = [ "multi-user.target" ];
+ home.packages = with pkgs; [
+ ntfy-sh
+ ];
}