116 current 2024-05-10 21:56:02 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-05-10 21:56:13 -04:00
parent b422dd8c72
commit 400260b8af
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800

View file

@ -121,6 +121,10 @@ in
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
(pkgs.writeShellScriptBin "__eslint_default_config" ''
echo $(pwd)
exit 1
'')
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.