1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Fix some copy-paste errors

This commit is contained in:
Stefan Ellmauthaler 2022-05-23 15:09:43 +02:00
parent 98dca3a16d
commit f2f91b43d9
Failed to extract signature
3 changed files with 33 additions and 35 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ...}:
{
programs.autorandr = {
enable = config.variables.graphical;
enable = true;
profiles = {
"home" = {
fingerprint = {

View File

@ -19,43 +19,41 @@
"ssh"
];
};
};
xdg = {
enable = true;
};
programs = {
alacritty = {
enable = true;
settings = {
window = {
decorations = "full";
};
alt_send_esc = true;
};
};
xdg = {
direnv = {
enable = true;
enableZshIntegration = true;
};
home-manager = {
enable = true;
};
programs = {
alacritty = {
enable = true;
settings = {
window = {
decorations = "full";
};
alt_send_esc = true;
};
};
direnv = {
enable = true;
enableZshIntegration = true;
};
ssh = {
enable = true;
home-manager = {
enable = true;
};
ssh = {
enable = true;
forwardAgent = true;
serverAliveInterval = 5;
hashKnownHosts = true;
controlMaster = "auto";
controlPersist = "60s";
};
go.enable = true;
forwardAgent = true;
serverAliveInterval = 5;
hashKnownHosts = true;
controlMaster = "auto";
controlPersist = "60s";
};
};
go.enable = true;
};
}

View File

@ -233,7 +233,7 @@
#format-prefix-foreground = foreground_altcol;
format-underline = "#0a6cf5";
label = "%{A1:${pkgs.tray-calendar}/bin/traycalendar --no-tray:}%{A} %date% %time%";
label = "%{A} %date% %time%";
};
"module/battery" = {
type = "internal/battery";