dwm: preanybar

This commit is contained in:
Zynh Ludwig 2024-11-30 13:38:15 -08:00
parent fcd5000e6a
commit f5b9f5ae6b
2 changed files with 7 additions and 6 deletions

View file

@ -730,15 +730,16 @@
"zdwm": { "zdwm": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1732930272, "lastModified": 1732925486,
"narHash": "sha256-FSZsSSfeww0WSzdBCdfV1rjrbKY4XPBLIEmpikzoBbs=", "narHash": "sha256-DBd1mEjPgve2D4ZpnCpdOM5fH1VbrvwGE2++rlOXVuk=",
"ref": "refs/heads/master", "ref": "preanybar",
"rev": "f8a668b8077b99863e45392c836f474d439f2532", "rev": "8e5ac03764e9fecd0800198bc583488eb128ce05",
"revCount": 1734, "revCount": 1731,
"type": "git", "type": "git",
"url": "https://git.zynh.me/Zynh0722/dwm" "url": "https://git.zynh.me/Zynh0722/dwm"
}, },
"original": { "original": {
"ref": "preanybar",
"type": "git", "type": "git",
"url": "https://git.zynh.me/Zynh0722/dwm" "url": "https://git.zynh.me/Zynh0722/dwm"
} }

View file

@ -14,7 +14,7 @@
nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-darwin = { url = "github:LnL7/nix-darwin"; inputs.nixpkgs.follows = "nixpkgs"; };
repo-clone.url = "git+https://git.zynh.me/Zynh0722/repo-clone"; repo-clone.url = "git+https://git.zynh.me/Zynh0722/repo-clone";
zdwm = { url = "git+https://git.zynh.me/Zynh0722/dwm"; flake = false; }; zdwm = { url = "git+https://git.zynh.me/Zynh0722/dwm?ref=preanybar"; flake = false; };
fish_theme = { url = "git+https://git.zynh.me/Zynh0722/omf-theme"; flake = false; }; fish_theme = { url = "git+https://git.zynh.me/Zynh0722/omf-theme"; flake = false; };
backgrounds = { url = "git+https://git.zynh.me/Zynh0722/backgrounds"; inputs.nixpkgs.follows = "nixpkgs"; }; backgrounds = { url = "git+https://git.zynh.me/Zynh0722/backgrounds"; inputs.nixpkgs.follows = "nixpkgs"; };
umu = { url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; }; umu = { url = "git+https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging\/nix&submodules=1"; inputs.nixpkgs.follows = "nixpkgs"; };