Cleaning
This commit is contained in:
22
home-mac.nix
22
home-mac.nix
@@ -1,7 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [ pinentry_mac terminal-notifier ];
|
||||
home.packages = with pkgs; [
|
||||
pinentry_mac
|
||||
terminal-notifier
|
||||
];
|
||||
|
||||
home.file.gpg-agent = {
|
||||
target = ".gnupg/gpg-agent.conf";
|
||||
@@ -11,20 +14,5 @@
|
||||
'';
|
||||
};
|
||||
|
||||
# home.file.gitignore = {
|
||||
# target = ".gitignore";
|
||||
# text = ''Library'';
|
||||
# };
|
||||
|
||||
launchd.agents.duplicati = {
|
||||
enable = true;
|
||||
config = {
|
||||
ProgramArguments = [ "/Users/dustinswan/.nix-profile/bin/duplicati-server" ];
|
||||
RunAtLoad = true;
|
||||
LaunchOnlyOnce = true;
|
||||
KeepAlive = true;
|
||||
};
|
||||
};
|
||||
|
||||
imports = [ ./home-cli.nix ./home-gui.nix ./home-mail.nix ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user