chore: update TODOs
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-13 01:14:21 -04:00
parent 13ea2b276f
commit f7ee925514
7 changed files with 6 additions and 8 deletions

View file

@ -27,7 +27,7 @@ namespace NetDaemonConfig.Apps.Timer.Setup
private readonly string _timerTtsTarget = "tts.piper";
private readonly string _timerTtsMessage = "A set timer has finished.";
// TODO: private readonly string timerMediaLocation = "/path/to/file.mp3";
// private readonly string timerMediaLocation = "/path/to/file.mp3";
public Setup(IHaContext ha, Services services, Entities entities)
{

View file

@ -1,4 +1,4 @@
# TODO: rewrite this in NetDaemon
# rewrite this in NetDaemon
# From https://github.com/don86nl/ha_intents/blob/main/config/packages/assist_timers.yaml
{lib, ...}: let
inherit (lib) concatStrings concatStringsSep;

View file

@ -1,6 +1,3 @@
// TODO: persisting data like bluetooth
// TODO: quick-settings
// TODO: music player stuff
// TODO: see if I can bundle each config separately with nix
import { programArgs } from 'system';

View file

@ -1,4 +1,4 @@
// TODO: right Ctrl https://handwiki.org/wiki/images/4/41/KB_Canadian_Multilingual_Standard.svg
// keyboard is missing right Ctrl mod https://handwiki.org/wiki/images/4/41/KB_Canadian_Multilingual_Standard.svg
export const defaultOskLayout = 'qwerty_custom';
export const oskLayouts = {

View file

@ -1,3 +1,4 @@
# TODO: move everything to Gtk4
self: {
config,
lib,

View file

@ -54,7 +54,7 @@ in {
wireplumber
;
# TODO: add overlays to upstream flake
# TODO: add overlays to upstream flake after ags PR is merged
libKompass = kompass.packages.${pkgs.system}.libkompass;
# libkompass dependencies

View file

@ -12,7 +12,7 @@ self: {
in {
config = mkIf (cfg.enable && cfg.isTouchscreen) {
wayland.windowManager.hyprland = {
# TODO: add overlays to upstream flake
# TODO: https://github.com/horriblename/hyprgrass/pull/222
plugins = [self.inputs.hyprgrass.packages.${pkgs.system}.default];
settings = {