This commit is contained in:
parent
13ea2b276f
commit
f7ee925514
7 changed files with 6 additions and 8 deletions
|
@ -27,7 +27,7 @@ namespace NetDaemonConfig.Apps.Timer.Setup
|
||||||
private readonly string _timerTtsTarget = "tts.piper";
|
private readonly string _timerTtsTarget = "tts.piper";
|
||||||
private readonly string _timerTtsMessage = "A set timer has finished.";
|
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)
|
public Setup(IHaContext ha, Services services, Entities entities)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
# From https://github.com/don86nl/ha_intents/blob/main/config/packages/assist_timers.yaml
|
||||||
{lib, ...}: let
|
{lib, ...}: let
|
||||||
inherit (lib) concatStrings concatStringsSep;
|
inherit (lib) concatStrings concatStringsSep;
|
||||||
|
|
|
@ -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
|
// TODO: see if I can bundle each config separately with nix
|
||||||
|
|
||||||
import { programArgs } from 'system';
|
import { programArgs } from 'system';
|
||||||
|
|
|
@ -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 defaultOskLayout = 'qwerty_custom';
|
||||||
export const oskLayouts = {
|
export const oskLayouts = {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# TODO: move everything to Gtk4
|
||||||
self: {
|
self: {
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
|
|
|
@ -54,7 +54,7 @@ in {
|
||||||
wireplumber
|
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 = kompass.packages.${pkgs.system}.libkompass;
|
||||||
|
|
||||||
# libkompass dependencies
|
# libkompass dependencies
|
||||||
|
|
|
@ -12,7 +12,7 @@ self: {
|
||||||
in {
|
in {
|
||||||
config = mkIf (cfg.enable && cfg.isTouchscreen) {
|
config = mkIf (cfg.enable && cfg.isTouchscreen) {
|
||||||
wayland.windowManager.hyprland = {
|
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];
|
plugins = [self.inputs.hyprgrass.packages.${pkgs.system}.default];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue