mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-14 08:23:03 -04:00
116 current 2024-05-10 21:56:02 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
b422dd8c72
commit
400260b8af
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ in
|
||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||||
# echo "Hello, ${config.home.username}!"
|
# 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
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue