From d172a82805a675b953475c8b737628a739c5cc90 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 15 Feb 2025 13:43:40 -0500 Subject: [PATCH] chore: remove unneeded TODOs --- configurations/homie/modules/androidtv/default.nix | 9 +++++---- homeManagerModules/shell/git/default.nix | 3 +-- modules/desktop/environment/modules/packages.nix | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configurations/homie/modules/androidtv/default.nix b/configurations/homie/modules/androidtv/default.nix index c8790f00..090bf597 100644 --- a/configurations/homie/modules/androidtv/default.nix +++ b/configurations/homie/modules/androidtv/default.nix @@ -73,10 +73,11 @@ in { } ]; - # TODO: make the following declarative and also make the image declarative - # Add this to /var/lib/waydroid/waydroid.cfg for controller support - # persist.waydroid.udev = true - # persist.waydroid.uevent = true + # Stuff missing for complete declarative setup: + # - make the following declarative and also make the image declarative + # - Add this to /var/lib/waydroid/waydroid.cfg for controller support + # persist.waydroid.udev = true + # persist.waydroid.uevent = true virtualisation.waydroid.enable = true; users.users."greeter" = { diff --git a/homeManagerModules/shell/git/default.nix b/homeManagerModules/shell/git/default.nix index 4ddfca0d..d1961ec2 100644 --- a/homeManagerModules/shell/git/default.nix +++ b/homeManagerModules/shell/git/default.nix @@ -23,8 +23,7 @@ in { lfs.enable = true; - # TODO: check if this is right - signing.format = "openpgp"; + signing.format = "ssh"; includes = [ {path = toString self.scopedPackages.${pkgs.system}.dracula.git;} diff --git a/modules/desktop/environment/modules/packages.nix b/modules/desktop/environment/modules/packages.nix index 8c39fbe3..c6bd97fd 100644 --- a/modules/desktop/environment/modules/packages.nix +++ b/modules/desktop/environment/modules/packages.nix @@ -166,7 +166,7 @@ in { (pkgs) xournalpp virt-manager - libreoffice-fresh # TODO: declarative conf? + libreoffice-fresh hunspell ;