850 current 2024-07-24 13:37:33 24.11.20240724.4eb44db 6.9.8-zen1 *
This commit is contained in:
parent
943f1dfbab
commit
88898407ca
2 changed files with 9 additions and 9 deletions
16
flake.lock
generated
16
flake.lock
generated
|
|
@ -654,11 +654,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721836211,
|
"lastModified": 1721840856,
|
||||||
"narHash": "sha256-N6IlIjizXrbytHpjVsMPcMdz7WKBpLwY0oPzwThnB8o=",
|
"narHash": "sha256-VQ9gOoxMVqcgb1fGV93eiabW4U1bAj8bZqaCs4qTy8U=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "11843953621dc3f2df966c1447d0bbd81b099689",
|
"rev": "3e543d2ce8ba64abb4d226dbb88c4513474501cf",
|
||||||
"revCount": 4975,
|
"revCount": 4976,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
|
@ -1185,11 +1185,11 @@
|
||||||
"systems": "systems_10"
|
"systems": "systems_10"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717172081,
|
"lastModified": 1721842409,
|
||||||
"narHash": "sha256-tjpxhEr67pK7xE70gbNlMCbo9BCiJVkurTu+VsVYQz8=",
|
"narHash": "sha256-b3A9v7DsCprHMm30koUoHmI/rUwyf0BaFAGhB1WTc2c=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "26484d6b46369590be8d341688feb5af2377b5de",
|
"rev": "d1b572262ed63ffab3e93712bbf71cb224448a19",
|
||||||
"revCount": 10,
|
"revCount": 11,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.zackster.zip/zack/resume"
|
"url": "https://git.zackster.zip/zack/resume"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ with pkgs; {
|
||||||
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
|
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
|
||||||
du = getExe du-dust;
|
du = getExe du-dust;
|
||||||
ps = getExe procs;
|
ps = getExe procs;
|
||||||
deploy = "nixos-rebuild switch --flake ~/nixos#pluto --target-host zack@zackmyers.io --use-remote-sudo";
|
deploy = "nixos-rebuild switch --flake ~/nixos#pluto --target-host zoeys.computer --use-remote-sudo";
|
||||||
m = "mkdir -p";
|
m = "mkdir -p";
|
||||||
fcd = "cd $(find -type d | fzf)";
|
fcd = "cd $(find -type d | fzf)";
|
||||||
l = "ls -lF --time-style=long-iso --icons";
|
l = "ls -lF --time-style=long-iso --icons";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue