I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

786 B

Nix

Setup

Nix1 is a package manager for Linux that uses functional configuration language to build reproducible package deployments. NixOS2 is an extension of the Nix package manager to the entire operating system.

Config

Download and install nix-mode for working with Nix language buffers.

(use-package nix-mode)

Footnotes