mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
117 current 2024-05-10 21:59:14 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
400260b8af
commit
77d3f695d5
1 changed files with 2 additions and 1 deletions
|
@ -122,8 +122,9 @@ in
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
(pkgs.writeShellScriptBin "__eslint_default_config" ''
|
(pkgs.writeShellScriptBin "__eslint_default_config" ''
|
||||||
|
|
||||||
echo $(pwd)
|
echo $(pwd)
|
||||||
exit 1
|
exit 0
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
|
Loading…
Reference in a new issue