summaryrefslogtreecommitdiff
path: root/common/home
diff options
context:
space:
mode:
Diffstat (limited to 'common/home')
-rw-r--r--common/home/accounts/default.nix4
-rw-r--r--common/home/accounts/email.nix10
-rw-r--r--common/home/default.nix2
-rw-r--r--common/home/programs/firefox/default.nix1
4 files changed, 17 insertions, 0 deletions
diff --git a/common/home/accounts/default.nix b/common/home/accounts/default.nix
new file mode 100644
index 0000000..43ce600
--- /dev/null
+++ b/common/home/accounts/default.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ email.accounts = import ./email.nix;
+}
diff --git a/common/home/accounts/email.nix b/common/home/accounts/email.nix
new file mode 100644
index 0000000..2b9b6c6
--- /dev/null
+++ b/common/home/accounts/email.nix
@@ -0,0 +1,10 @@
+{ ... }:
+{
+ default = {
+ address = "nathan@nathanreiner.xyz";
+
+ neomutt = {
+ enable = true;
+ };
+ };
+}
diff --git a/common/home/default.nix b/common/home/default.nix
index 7552b53..343a384 100644
--- a/common/home/default.nix
+++ b/common/home/default.nix
@@ -62,6 +62,8 @@ in
}) services
);
+ accounts = import ./accounts;
+
wayland.windowManager.hyprland = import ./hyprland;
home.packages = packages;
diff --git a/common/home/programs/firefox/default.nix b/common/home/programs/firefox/default.nix
index 674384f..0f98473 100644
--- a/common/home/programs/firefox/default.nix
+++ b/common/home/programs/firefox/default.nix
@@ -13,6 +13,7 @@ in
enable = true;
policies = {
+ DefaultDownloadDirectory = "/home/n8";
DisableTelemetry = true;
DisableFirefoxStudies = true;
EnableTrackingProtection = {