1

Reorganize home/christoph/default.nix

This commit is contained in:
2024-06-02 18:27:59 +02:00
parent 0e948cb3bc
commit 40ce839652
2 changed files with 72 additions and 147 deletions

View File

@ -18,6 +18,8 @@ in {
builtins.concatLists [
(optionals cfg.google [
google-chrome # Trash, but required for decker pdf export
# Required for some flatpak compatibility
(pkgs.writeShellScriptBin "chrome" "exec -a $0 ${google-chrome}/bin/google-chrome-stable $@")
])
];