flake cleanup, removed impermanence

This commit is contained in:
Rouven Seifert 2023-05-18 12:49:06 +02:00
parent 2068b655da
commit 0921151c6e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 26 additions and 59 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
environment.variables = { EDITOR = "vim"; };
environment.variables = { EDITOR = "hx"; }; # we set helix in here to have it shared
environment.systemPackages = with pkgs; [
((vim_configurable.override { }).customize {
name = "vim";