mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05: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" ''
|
||||
# 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'.
|
||||
|
|
Loading…
Reference in a new issue