add TODOs for 24.04

This commit is contained in:
Casper V. Kristensen 2024-03-04 00:14:42 +01:00
parent fd9fab297e
commit 73f9cdfec3
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,8 @@
home.sessionVariables = { home.sessionVariables = {
# The firefox-wayland package works with wayland without any further # The firefox-wayland package works with wayland without any further
# configuration, but tor-browser doesn't. # configuration, but tor-browser doesn't.
# TODO: remove when tor browser is based on firefox v121.
# https://www.mozilla.org/en-US/firefox/121.0/releasenotes/
MOZ_ENABLE_WAYLAND = 1; MOZ_ENABLE_WAYLAND = 1;
}; };
}; };

View file

@ -18,6 +18,8 @@
port = 2222; port = 2222;
}; };
}; };
# TODO: use addKeysToAgent attribute in Home Manager 24.04 instead of
# extraConfig.
extraConfig = '' extraConfig = ''
# Add ssh keys to the agent the first time we unlock them so we don't # Add ssh keys to the agent the first time we unlock them so we don't
# have to type the password all the time. # have to type the password all the time.