specify syntax highlighting on nano
This commit is contained in:
parent
fdf7e582b3
commit
398b2cfe3d
5 changed files with 11 additions and 3 deletions
5
flake.nix
Normal file → Executable file
5
flake.nix
Normal file → Executable file
|
@ -3,9 +3,11 @@
|
|||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
vscode-server.url = "github:nix-community/nixos-vscode-server";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
outputs = { self, nixpkgs, vscode-server }:
|
||||
let
|
||||
system = "aarch64-linux";
|
||||
|
||||
|
@ -19,6 +21,7 @@
|
|||
specialArgs = { inherit system; };
|
||||
|
||||
modules = [
|
||||
vscode-server.nixosModules.default
|
||||
./hosts/server/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue