Install ligature
This commit is contained in:
parent
f6d7c781f2
commit
f3c726f5eb
3 changed files with 1 additions and 21 deletions
17
flake.lock
generated
17
flake.lock
generated
|
@ -52,22 +52,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extra-package-dracula-theme": {
|
|
||||||
"flake": false,
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1695284730,
|
|
||||||
"narHash": "sha256-QkJlJIpWt6tyZJ7ksSYU3oLKpbZCPeHgDaui8tog4iA=",
|
|
||||||
"owner": "dracula",
|
|
||||||
"repo": "emacs",
|
|
||||||
"rev": "427e0677a755107c232aef2ab201013491ec04cd",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "dracula",
|
|
||||||
"repo": "emacs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"extra-package-indent-bars": {
|
"extra-package-indent-bars": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -208,7 +192,6 @@
|
||||||
"emacs-overlay": "emacs-overlay",
|
"emacs-overlay": "emacs-overlay",
|
||||||
"extra-package-agenix-el": "extra-package-agenix-el",
|
"extra-package-agenix-el": "extra-package-agenix-el",
|
||||||
"extra-package-combobulate": "extra-package-combobulate",
|
"extra-package-combobulate": "extra-package-combobulate",
|
||||||
"extra-package-dracula-theme": "extra-package-dracula-theme",
|
|
||||||
"extra-package-indent-bars": "extra-package-indent-bars",
|
"extra-package-indent-bars": "extra-package-indent-bars",
|
||||||
"extra-package-nix-ts-mode": "extra-package-nix-ts-mode",
|
"extra-package-nix-ts-mode": "extra-package-nix-ts-mode",
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
|
|
|
@ -22,10 +22,6 @@
|
||||||
url = "github:t4ccer/agenix.el";
|
url = "github:t4ccer/agenix.el";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
extra-package-dracula-theme = {
|
|
||||||
url = "github:dracula/emacs";
|
|
||||||
flake = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs @ {flake-parts, ...}:
|
outputs = inputs @ {flake-parts, ...}:
|
||||||
|
|
|
@ -32,6 +32,7 @@ with epkgs; let
|
||||||
nerd-icons-completion
|
nerd-icons-completion
|
||||||
nerd-icons-ibuffer
|
nerd-icons-ibuffer
|
||||||
nerd-icons-dired
|
nerd-icons-dired
|
||||||
|
ligature
|
||||||
treemacs-nerd-icons
|
treemacs-nerd-icons
|
||||||
eat
|
eat
|
||||||
eshell-syntax-highlighting
|
eshell-syntax-highlighting
|
||||||
|
|
Reference in a new issue