add deploy-to-pianopi script as snowfall package
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user