add deploy-to-pianopi script as snowfall package

This commit is contained in:
2024-02-01 20:19:46 +01:00
parent d50f957b2e
commit fb79b29fa2
3 changed files with 33 additions and 4 deletions

View File

@ -48,16 +48,21 @@ config, ... }: {
# Rust setup
rustc
cargo
clippy
rust-analyzer
# Further tools
lazygit
# (lib.internal.my-helper-function lazygit)
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
## My scripts
pkgs.internal.deploy-to-pianopi
];
home.file = {