Compare commits
3 commits
58b256850c
...
f12c757732
Author | SHA1 | Date | |
---|---|---|---|
f12c757732 | |||
13b1b72ab3 | |||
9e4fbf1216 |
4 changed files with 13 additions and 11 deletions
|
@ -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 = {
|
||||
|
|
|
@ -28,4 +28,8 @@
|
|||
xkb_variant = "altgr-intl";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -173,6 +173,7 @@ in
|
|||
portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
|
|
|
@ -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" = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue