chore: change some FIXMEs
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
6c0606d21a
commit
d2896337d3
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
./qbittorrent
|
./qbittorrent
|
||||||
./snapraid
|
./snapraid
|
||||||
|
|
||||||
# FIXME: I need to actually do this properly before unleashing it on my library
|
# TODO: I need to actually do this properly before unleashing it on my library
|
||||||
# ./subtitles
|
# ./subtitles
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -52,7 +52,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# FIXME: https://github.com/NixOS/nixpkgs/issues/339557
|
# https://github.com/NixOS/nixpkgs/issues/339557
|
||||||
systemd.services.esphome = {
|
systemd.services.esphome = {
|
||||||
environment.PLATFORMIO_CORE_DIR = mkForce "${stateDir}/.platformio";
|
environment.PLATFORMIO_CORE_DIR = mkForce "${stateDir}/.platformio";
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ in {
|
||||||
useXkbConfig = true;
|
useXkbConfig = true;
|
||||||
hwRender = false;
|
hwRender = false;
|
||||||
|
|
||||||
# FIXME: https://github.com/Aetf/kmscon/issues/18 Icons not rendering properly
|
# TODO: https://github.com/Aetf/kmscon/issues/18 find workaround with more spaces?
|
||||||
extraOptions = concatStringsSep " " [
|
extraOptions = concatStringsSep " " [
|
||||||
"--font-size ${toString cfg.fontSize}"
|
"--font-size ${toString cfg.fontSize}"
|
||||||
"--font-dpi ${toString cfg.fontDpi}"
|
"--font-dpi ${toString cfg.fontDpi}"
|
||||||
|
|
Loading…
Reference in a new issue