Wrappers vs. Dotfiles: Difference between revisions
imported>Fzakaria mNo edit summary |
Redchess64 (talk | contribs) m fixed a code block that i copypasted, and then suffered for 2 hours debugging |
||
(One intermediate revision by one other user not shown) | |||
Line 22: | Line 22: | ||
name = name; | name = name; | ||
paths = [ | paths = [ | ||
(super.writeShellScriptBin name text) | |||
super."${name}" | super."${name}" | ||
]; | ]; | ||
}; | }; | ||
Line 34: | Line 34: | ||
=== Alternatives === | === Alternatives === | ||
* [[Home Manager]] manages dotfiles in the user's home directory | * [[Home Manager]] manages dotfiles in the user's home directory | ||
[[Category:Configuration]] |