parent
2f9b081720
commit
46b643a765
1 changed files with 14 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
self,
|
||||
...
|
||||
}: let
|
||||
inherit (builtins) attrValues;
|
||||
inherit (pkgs.lib) attrValues makeSearchPath;
|
||||
|
||||
neovimShells = import ./neovim-shells {inherit pkgs self;};
|
||||
|
||||
|
@ -37,6 +37,19 @@ in
|
|||
|
||||
node = pkgs.callPackage ./node {inherit bumpNpmDeps;};
|
||||
|
||||
quickshell = pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.quickshell
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
export QML2_IMPORT_PATH="$QML2_IMPORT_PATH:${makeSearchPath "lib/qt-6/qml" [
|
||||
pkgs.quickshell
|
||||
pkgs.kdePackages.qtdeclarative
|
||||
]}"
|
||||
'';
|
||||
};
|
||||
|
||||
subtitles-dev = pkgs.callPackage ./subtitle-dev {inherit bumpNpmDeps;};
|
||||
}
|
||||
// neovimShells
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue