initial commit

This commit is contained in:
outfoxxed 2024-11-04 01:38:45 -08:00
commit a4b0be1b96
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 79 additions and 0 deletions

10
emacs-qml-ts-mode.nix Normal file
View file

@ -0,0 +1,10 @@
{ fetchFromGitHub, trivialBuild }: trivialBuild {
pname = "qml-ts-mode";
version = "master";
src = fetchFromGitHub {
owner = "xhcoding";
repo = "qml-ts-mode";
rev = "22e5b4ee2036d01878e463b5e4cce80957c96619";
sha256 = "Mx3kwDx7sVwF9uQ5vOIXnfPkuOkuq3VN2KhkC/dod+4=";
};
}