diff --git a/hosts/work/home-config.nix b/hosts/work/home-config.nix index d637898..b61215e 100644 --- a/hosts/work/home-config.nix +++ b/hosts/work/home-config.nix @@ -2,7 +2,10 @@ config.modules = { application = { zathura.enable = true; - foot.enable = true; + foot = { + enable = true; + font-size = "10.5"; + }; }; audio.cmus.enable = true; cli = { diff --git a/hosts/work/includes/home-manager.nix b/hosts/work/includes/home-manager.nix index 92fc843..5316a17 100644 --- a/hosts/work/includes/home-manager.nix +++ b/hosts/work/includes/home-manager.nix @@ -28,8 +28,4 @@ xkb_variant = "altgr-intl"; }; }; - - home.sessionVariables = { - SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh''; - }; } diff --git a/modules/home-manager/desktop/sway/default.nix b/modules/home-manager/desktop/sway/default.nix index 776b0e9..817f5fa 100644 --- a/modules/home-manager/desktop/sway/default.nix +++ b/modules/home-manager/desktop/sway/default.nix @@ -173,7 +173,6 @@ in portal = { enable = true; extraPortals = with pkgs; [ - xdg-desktop-portal xdg-desktop-portal-wlr xdg-desktop-portal-gtk ]; diff --git a/modules/home-manager/desktop/sway/includes/waybar.nix b/modules/home-manager/desktop/sway/includes/waybar.nix index d46baf1..df1a1f1 100644 --- a/modules/home-manager/desktop/sway/includes/waybar.nix +++ b/modules/home-manager/desktop/sway/includes/waybar.nix @@ -1,4 +1,4 @@ -{lib, config, ...}: +{lib, config, ...}: with lib; let cfg = config.modules.desktop.sway; @@ -22,7 +22,7 @@ in "sway/mode" ]; modules-right = [ - "network" + "network" "custom/sep" ] ++ ( if cfg.waybar.laptop then [ @@ -38,15 +38,15 @@ in "memory" "cpu" "temperature" - "custom/sep" + "custom/sep" ] ++ ( if cfg.waybar.gpuThermal.enable then [ "temperature#gpu" "custom/sep" - ] + ] else [ ] - ) ++ + ) ++ [ "pulseaudio" "custom/sep" @@ -101,8 +101,8 @@ in "format-icons" = { "car" = ""; "default" = ""; - "hands-free" = "󰋎"; - "headphone" = "󰋋"; + "handsfree" = "󰋎"; + "headphones" = "󰋋"; "headset" = "󰋎"; "phone" = ""; "portable" = "";