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:
parent
98dca3a16d
commit
f2f91b43d9
@ -1,7 +1,7 @@
|
||||
{ config, pkgs, lib, ...}:
|
||||
{
|
||||
programs.autorandr = {
|
||||
enable = config.variables.graphical;
|
||||
enable = true;
|
||||
profiles = {
|
||||
"home" = {
|
||||
fingerprint = {
|
||||
|
||||
@ -19,11 +19,11 @@
|
||||
"ssh"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
alacritty = {
|
||||
enable = true;
|
||||
@ -56,6 +56,4 @@
|
||||
|
||||
go.enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user