Skip to content

Commit

Permalink
fix(nixos-server): Set $EDITOR on server
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 2, 2024
1 parent a86138a commit 0930913
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hosts/server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
};
};

programs.neovim = {
enable = true;
defaultEditor = true;
};

# enable vaapi on OS-level
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };
Expand Down

0 comments on commit 0930913

Please sign in to comment.