fix: Cleanup Warnings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-03-02 01:44:10 +05:30
parent e0e7f514ec
commit 8364bbb3cb
6 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,9 @@
cratesNix,
...
}: let
cargo-credential-1password = cratesNix.buildCrate "cargo-credential-1password" {};
cargo-credential-1password = cratesNix.buildCrate "cargo-credential-1password" {
meta.mainProgram = "cargo-credential-1password";
};
in
lib.mkIf (!device.isServer) {
home.file.".cargo/config.toml".text =

View File

@@ -23,6 +23,7 @@
j = "just --choose";
# t = "zellij a -c --index 0";
t = "tmux";
neorg = "nvim -c ':Neorg index'";
};
shellAliases = {
g = "git";