@@ -0,0 +1,16 @@
{
pkgs,
config,
...
}: {
programs = {home-manager.enable = true;};
home = {
username = "deck";
homeDirectory = "/home/deck";
packages = with pkgs; [
_1password-cli
tailscale
];
stateVersion = "24.11";
};
}
The note is not visible to the blocked user.