system: Rework email configuration to make selective enabling possible

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-04-27 17:29:11 +02:00
parent d9e9ff0462
commit 60d9d5f7c0
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7
2 changed files with 12 additions and 8 deletions

View file

@ -37,14 +37,18 @@ in {
console.keyMap = "dvorak";
powerManagement.cpuFreqGovernor = "powersave";
home-manager.users.christoph.wayland.windowManager.sway.config = {
gaps.outer = 1;
input."type:touchpad" = {
dwt = "enabled";
tap = "enabled";
natural_scroll = "enabled";
home-manager.users.christoph = {
my.emails.personal.enable = true;
wayland.windowManager.sway.config = {
gaps.outer = 1;
input."type:touchpad" = {
dwt = "enabled";
tap = "enabled";
natural_scroll = "enabled";
};
input."type:keyboard".xkb_layout = "us(dvorak),at";
output."*".scale = "1.5";
};
input."type:keyboard".xkb_layout = "us(dvorak),at";
output."*".scale = "1.5";
};
}

Binary file not shown.