chore: remove unneeded TODOs
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
95df4d1396
commit
d172a82805
3 changed files with 7 additions and 7 deletions
|
@ -73,8 +73,9 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
# TODO: make the following declarative and also make the image declarative
|
||||
# Add this to /var/lib/waydroid/waydroid.cfg for controller support
|
||||
# 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;
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -166,7 +166,7 @@ in {
|
|||
(pkgs)
|
||||
xournalpp
|
||||
virt-manager
|
||||
libreoffice-fresh # TODO: declarative conf?
|
||||
libreoffice-fresh
|
||||
hunspell
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue