Compare commits
No commits in common. "f12c757732a2810e5f4bacbb1619847f212148fa" and "58b256850c268705f1b82793c58a3193d78e4d83" have entirely different histories.
f12c757732
...
58b256850c
4 changed files with 11 additions and 13 deletions
|
@ -2,7 +2,10 @@
|
||||||
config.modules = {
|
config.modules = {
|
||||||
application = {
|
application = {
|
||||||
zathura.enable = true;
|
zathura.enable = true;
|
||||||
foot.enable = true;
|
foot = {
|
||||||
|
enable = true;
|
||||||
|
font-size = "10.5";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
audio.cmus.enable = true;
|
audio.cmus.enable = true;
|
||||||
cli = {
|
cli = {
|
||||||
|
|
|
@ -28,8 +28,4 @@
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
SSH_AUTH_SOCK = ''$XDG_RUNTIME_DIR/gnupg/S.gpg-agent.ssh'';
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -173,7 +173,6 @@ in
|
||||||
portal = {
|
portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal
|
|
||||||
xdg-desktop-portal-wlr
|
xdg-desktop-portal-wlr
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{lib, config, ...}:
|
{lib, config, ...}:
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.modules.desktop.sway;
|
cfg = config.modules.desktop.sway;
|
||||||
|
@ -22,7 +22,7 @@ in
|
||||||
"sway/mode"
|
"sway/mode"
|
||||||
];
|
];
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"network"
|
"network"
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
] ++ (
|
] ++ (
|
||||||
if cfg.waybar.laptop then [
|
if cfg.waybar.laptop then [
|
||||||
|
@ -38,15 +38,15 @@ in
|
||||||
"memory"
|
"memory"
|
||||||
"cpu"
|
"cpu"
|
||||||
"temperature"
|
"temperature"
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
] ++ (
|
] ++ (
|
||||||
if cfg.waybar.gpuThermal.enable then [
|
if cfg.waybar.gpuThermal.enable then [
|
||||||
"temperature#gpu"
|
"temperature#gpu"
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
]
|
]
|
||||||
else [
|
else [
|
||||||
]
|
]
|
||||||
) ++
|
) ++
|
||||||
[
|
[
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
"custom/sep"
|
"custom/sep"
|
||||||
|
@ -101,8 +101,8 @@ in
|
||||||
"format-icons" = {
|
"format-icons" = {
|
||||||
"car" = "";
|
"car" = "";
|
||||||
"default" = "";
|
"default" = "";
|
||||||
"hands-free" = "";
|
"handsfree" = "";
|
||||||
"headphone" = "";
|
"headphones" = "";
|
||||||
"headset" = "";
|
"headset" = "";
|
||||||
"phone" = "";
|
"phone" = "";
|
||||||
"portable" = "";
|
"portable" = "";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue