clip tools
This commit is contained in:
21
flake.lock
generated
21
flake.lock
generated
@@ -101,6 +101,26 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"clip-tools": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1771201957,
|
||||
"narHash": "sha256-n/HsIpf4rLyUruV7Kudpwd2p2l7k8/0mU30fOAbA778=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "1c89e61bce21a9c77a3d13a4c683413a9ac4acf7",
|
||||
"revCount": 2,
|
||||
"type": "git",
|
||||
"url": "https://git.lebubu.org/vibe-coded/clip-tools.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://git.lebubu.org/vibe-coded/clip-tools.git"
|
||||
}
|
||||
},
|
||||
"cpu-microcodes": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@@ -1060,6 +1080,7 @@
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"clip-tools": "clip-tools",
|
||||
"doom-emacs": "doom-emacs",
|
||||
"flake-parts": "flake-parts",
|
||||
"fonts": "fonts",
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
url = "git+https://git.lebubu.org/vibe-coded/lidarr-mb-gap.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
clip-tools = {
|
||||
url = "git+https://git.lebubu.org/vibe-coded/clip-tools.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur = {
|
||||
url = "github:nix-community/nur";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -123,6 +123,7 @@ in
|
||||
systemPackages = builtins.attrValues {
|
||||
# thumbnail for heif files & videos
|
||||
inherit krita-thumbnailer;
|
||||
inherit (pkgs.libheif) out;
|
||||
inherit (pkgs)
|
||||
libheif
|
||||
ffmpegthumbnailer
|
||||
@@ -132,7 +133,9 @@ in
|
||||
scrcpy
|
||||
codex
|
||||
;
|
||||
inherit (pkgs.libheif) out;
|
||||
inherit (inputs.clip-tools.packages.${pkgs.system})
|
||||
clip-thumbnailer
|
||||
;
|
||||
};
|
||||
etc."wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
|
||||
bluez_monitor.properties = {
|
||||
|
||||
Reference in New Issue
Block a user