various update (idk about commit messages kek)

This commit is contained in:
LordMZTE 2024-05-10 22:53:13 +02:00
parent 9ce45bbc79
commit f85dfc43dc
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
4 changed files with 6 additions and 6 deletions

View file

@ -38,7 +38,7 @@ $env.config = {
}
# Run-in-Background function
def rbg [...argv] {
def & [...argv] {
# TODO: Use a plugin to track number of running jobs
systemd-run --user ...$argv
}

View file

@ -2,5 +2,5 @@
#
# version = "0.92.1"
<% opt.system "prompt setup nu" %>
<% opt.system "~/.local/bin/prompt setup nu" %>
<% opt.system "zoxide init nushell" %>

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1714906307,
"narHash": "sha256-UlRZtrCnhPFSJlDQE7M0eyhgvuuHBTe1eJ9N9AQlJQ0=",
"lastModified": 1715266358,
"narHash": "sha256-doPgfj+7FFe9rfzWo1siAV2mVCasW+Bh8I1cToAXEE4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "25865a40d14b3f9cf19f19b924e2ab4069b09588",
"rev": "f1010e0469db743d14519a1efd37e23f8513d714",
"type": "github"
},
"original": {

View file

@ -44,6 +44,6 @@ in
config.packages.mzte-nix = pkgs.symlinkJoin {
name = "mzte-nix";
paths = config.mzte-nix-packages;
paths = lib.concatMap (p: map (o: p.${o}) p.outputs) config.mzte-nix-packages;
};
}