mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-11-13 17:52:05 +01:00
reformat according to rfc standard
This commit is contained in:
parent
5da37d8133
commit
3bceb198a8
34 changed files with 480 additions and 306 deletions
home-manager/wrappers
|
|
@ -24,7 +24,8 @@ let
|
|||
chrome-stable-wrapper = pkgs.writeShellScriptBin "google-chrome-stable" ''
|
||||
exec /usr/bin/google-chrome-stable ${chromeArgs} "$@"
|
||||
'';
|
||||
in {
|
||||
in
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
code-wrapper
|
||||
chrome-wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue