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

This commit is contained in:
matt1432 2025-02-15 13:43:40 -05:00
parent 95df4d1396
commit d172a82805
3 changed files with 7 additions and 7 deletions

View file

@ -73,10 +73,11 @@ in {
} }
]; ];
# TODO: make the following declarative and also make the image declarative # Stuff missing for complete declarative setup:
# Add this to /var/lib/waydroid/waydroid.cfg for controller support # - make the following declarative and also make the image declarative
# persist.waydroid.udev = true # - Add this to /var/lib/waydroid/waydroid.cfg for controller support
# persist.waydroid.uevent = true # persist.waydroid.udev = true
# persist.waydroid.uevent = true
virtualisation.waydroid.enable = true; virtualisation.waydroid.enable = true;
users.users."greeter" = { users.users."greeter" = {

View file

@ -23,8 +23,7 @@ in {
lfs.enable = true; lfs.enable = true;
# TODO: check if this is right signing.format = "ssh";
signing.format = "openpgp";
includes = [ includes = [
{path = toString self.scopedPackages.${pkgs.system}.dracula.git;} {path = toString self.scopedPackages.${pkgs.system}.dracula.git;}

View file

@ -166,7 +166,7 @@ in {
(pkgs) (pkgs)
xournalpp xournalpp
virt-manager virt-manager
libreoffice-fresh # TODO: declarative conf? libreoffice-fresh
hunspell hunspell
; ;