mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-05 21:13:41 +01:00
various update (idk about commit messages kek)
This commit is contained in:
parent
9ce45bbc79
commit
f85dfc43dc
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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" %>
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue