summaryrefslogtreecommitdiff
path: root/home-modules/apps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-modules/apps/default.nix')
-rw-r--r--home-modules/apps/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-modules/apps/default.nix b/home-modules/apps/default.nix
index 2abc4d1..751985b 100644
--- a/home-modules/apps/default.nix
+++ b/home-modules/apps/default.nix
@@ -51,6 +51,7 @@ in
(lib.mkIf cfg.base.enable {
home.packages = with pkgs; [
lm_sensors
+ nix-output-monitor
];
homeapps.zsh.enable = true;
homeapps.nvim.enable = true;
@@ -124,6 +125,13 @@ in
discovery = {
zeroconf_port = 5352;
};
+ audio = {
+ backend="pulse";
+ };
+ ## Fixes spotifyd for some reason
+ networking.hosts = {
+ "0.0.0.0" = ["apresolve.spotify.com"];
+ };
# FIXME: Add a hook for notifications
};
};