mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat[client]: initialize syncthingtray on install
This commit is contained in:
parent
f950ea97be
commit
c098800c79
9 changed files with 326 additions and 19 deletions
|
|
@ -5,7 +5,7 @@
|
|||
inputs.pre-commit-hooks.flakeModule
|
||||
];
|
||||
|
||||
perSystem = { pkgs, system, ... }:
|
||||
perSystem = { pkgs, config, system, ... }:
|
||||
{
|
||||
pre-commit = {
|
||||
check.enable = true;
|
||||
|
|
@ -164,7 +164,8 @@
|
|||
}
|
||||
];
|
||||
|
||||
devshell.startup.pre-commit-install.text = "pre-commit install";
|
||||
# devshell.startup.pre-commit-install.text = "pre-commit install";
|
||||
devshell.startup.pre-commit.text = config.pre-commit.installationScript;
|
||||
|
||||
env =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue