this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use tangled inputs again

Ben C ddf16f95 c0ff2310

+21 -21
+18 -18
flake.lock
··· 46 46 "locked": { 47 47 "lastModified": 1774070037, 48 48 "narHash": "sha256-X9b2VM+9cV312uWcsRwg4lL+FbopTuXMCX2Yyb8jAAU=", 49 - "owner": "Bwc9876", 50 - "repo": "bingus-bot", 49 + "ref": "refs/heads/main", 51 50 "rev": "d55c36b3268f1ef2b63ab8989a37f82a326ec7c6", 52 - "type": "github" 51 + "revCount": 86, 52 + "type": "git", 53 + "url": "https://tangled.org/bwc9876.dev/bingus-bot" 53 54 }, 54 55 "original": { 55 - "owner": "Bwc9876", 56 - "repo": "bingus-bot", 57 - "type": "github" 56 + "type": "git", 57 + "url": "https://tangled.org/bwc9876.dev/bingus-bot" 58 58 } 59 59 }, 60 60 "catppuccin": { ··· 777 777 "locked": { 778 778 "lastModified": 1772729051, 779 779 "narHash": "sha256-yWTxtuziOSDmwB6hHPDx7B7tgqL6tEbFr9R8fEoGvE4=", 780 - "owner": "Bwc9876", 781 - "repo": "nu_plugin_dbus", 780 + "ref": "refs/heads/main", 782 781 "rev": "73f3d693303f99dc2498d2ae0e098bd89e9e5317", 783 - "type": "github" 782 + "revCount": 71, 783 + "type": "git", 784 + "url": "https://tangled.org/bwc9876.dev/nu_plugin_dbus" 784 785 }, 785 786 "original": { 786 - "owner": "Bwc9876", 787 - "repo": "nu_plugin_dbus", 788 - "type": "github" 787 + "type": "git", 788 + "url": "https://tangled.org/bwc9876.dev/nu_plugin_dbus" 789 789 } 790 790 }, 791 791 "pre-commit": { ··· 1051 1051 "locked": { 1052 1052 "lastModified": 1772734035, 1053 1053 "narHash": "sha256-g18qb+uJyJpduZFIJFJb93flcHuYshULq4PPAg6BP3U=", 1054 - "owner": "Bwc9876", 1055 - "repo": "wayland-mpris-idle-inhibit", 1054 + "ref": "refs/heads/main", 1056 1055 "rev": "c2eaf0d78a953e51c4847def716e70ef28d1312c", 1057 - "type": "github" 1056 + "revCount": 16, 1057 + "type": "git", 1058 + "url": "https://tangled.org/bwc9876.dev/wayland-mpris-idle-inhibit" 1058 1059 }, 1059 1060 "original": { 1060 - "owner": "Bwc9876", 1061 - "repo": "wayland-mpris-idle-inhibit", 1062 - "type": "github" 1061 + "type": "git", 1062 + "url": "https://tangled.org/bwc9876.dev/wayland-mpris-idle-inhibit" 1063 1063 } 1064 1064 }, 1065 1065 "xwayland-satellite-stable": {
+3 -3
flake.nix
··· 14 14 nixos-hardware.url = "github:NixOS/nixos-hardware"; 15 15 lanzaboote.url = "github:nix-community/lanzaboote"; 16 16 lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; 17 - wayland-mpris-idle-inhibit.url = "github:Bwc9876/wayland-mpris-idle-inhibit"; # = "git+https://tangled.org/bwc9876.dev/wayland-mpris-idle-inhibit"; 17 + wayland-mpris-idle-inhibit.url = "git+https://tangled.org/bwc9876.dev/wayland-mpris-idle-inhibit"; 18 18 wayland-mpris-idle-inhibit.inputs.nixpkgs.follows = "nixpkgs"; 19 19 fenix.url = "github:nix-community/fenix/monthly"; 20 20 fenix.inputs.nixpkgs.follows = "nixpkgs"; ··· 29 29 imperm.url = "github:nix-community/impermanence"; 30 30 imperm.inputs.nixpkgs.follows = "nixpkgs"; 31 31 imperm.inputs.home-manager.follows = "hm"; 32 - nu_plugin_dbus.url = "github:Bwc9876/nu_plugin_dbus"; # "git+https://tangled.org/bwc9876.dev/nu_plugin_dbus"; 32 + nu_plugin_dbus.url = "git+https://tangled.org/bwc9876.dev/nu_plugin_dbus"; 33 33 nu_plugin_dbus.inputs.nixpkgs.follows = "nixpkgs"; 34 - bingus.url = "github:Bwc9876/bingus-bot"; # "git+https://tangled.org/bwc9876.dev/bingus-bot"; 34 + bingus.url = "git+https://tangled.org/bwc9876.dev/bingus-bot"; 35 35 bingus.inputs.nixpkgs.follows = "nixpkgs"; 36 36 niri.url = "github:sodiboo/niri-flake"; 37 37 niri.inputs.nixpkgs.follows = "nixpkgs";