Compare commits

..

3 commits

4 changed files with 13 additions and 11 deletions

View file

@ -2,10 +2,7 @@
config.modules = {
application = {
zathura.enable = true;
foot = {
enable = true;
font-size = "10.5";
};
foot.enable = true;
};
audio.cmus.enable = true;
cli = {

View file

@ -28,4 +28,8 @@
xkb_variant = "altgr-intl";
};
};
home.sessionVariables = {
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
};
}

View file

@ -173,6 +173,7 @@ in
portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal
xdg-desktop-portal-wlr
xdg-desktop-portal-gtk
];

View file

@ -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" = "";
"handsfree" = "󰋎";
"headphones" = "󰋋";
"hands-free" = "󰋎";
"headphone" = "󰋋";
"headset" = "󰋎";
"phone" = "";
"portable" = "";