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