Fixing Hyprland crash
This commit is contained in:
14
packages/default.nix
Normal file
14
packages/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }: {
|
||||
simc = pkgs.qt6.callPackage ./simc { };
|
||||
repalette = pkgs.callPackage ./repalette { };
|
||||
|
||||
vosk = pkgs.callPackage ./vosk { };
|
||||
|
||||
pythonPackages = {
|
||||
|
||||
};
|
||||
|
||||
nodePackages = {
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user