forked from extern/nix-config
1b0097ebc6
Note that systemd usage information needs to be revised since systemd user units appear to be enabled by default, and may be started by default when placed in the default.target.wants directory.
26 lines
358 B
Markdown
26 lines
358 B
Markdown
# Code
|
|
|
|
Code is a GUI text editor.
|
|
|
|
## Dependencies
|
|
|
|
- [code][code] - The open source build of a popular non-free text editor
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
make package=code
|
|
```
|
|
|
|
## Usage
|
|
|
|
Install the extensions I use with:
|
|
|
|
```sh
|
|
make code-extensions
|
|
```
|
|
|
|
Then, start Code as you normally would.
|
|
|
|
[code]: https://www.archlinux.org/packages/community/x86_64/code/
|