fix: Cleanup Warnings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
This commit is contained in:
@@ -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 =
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
j = "just --choose";
|
||||
# t = "zellij a -c --index 0";
|
||||
t = "tmux";
|
||||
neorg = "nvim -c ':Neorg index'";
|
||||
};
|
||||
shellAliases = {
|
||||
g = "git";
|
||||
|
||||
Reference in New Issue
Block a user