Compare commits
No commits in common. "b5885e7fa8f15ae31679e7a97ad9204c157faa18" and "04767f4059bb03ab7bf4b2cd053c3d74ea166a53" have entirely different histories.
b5885e7fa8
...
04767f4059
1 changed files with 2 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running 'nixos-help').
|
# and in the NixOS manual (accessible by running 'nixos-help').
|
||||||
|
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
defaultEditor = true;
|
||||||
configure = {
|
configure = {
|
||||||
customRC = ''
|
customRC = ''
|
||||||
set number
|
set number
|
||||||
|
@ -92,11 +92,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = lib.mkIf config.programs.neovim.enable {
|
|
||||||
EDITOR = "${config.programs.neovim.finalPackage}/bin/nvim";
|
|
||||||
VISUAL = "${config.programs.neovim.finalPackage}/bin/nvim";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
|
Loading…
Reference in a new issue