fix: remove extraneous config

This commit is contained in:
Charlotte 🦝 Delenk 2022-08-14 20:31:57 +01:00
parent 81b28cb9e4
commit 5b4d8dd7c7
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ config, pkgs, lib, ... }: {
config.environment.extraInit =
environment.extraInit =
let
systemdBin = lib.getBin config.systemd.package;
in

View file

@ -105,7 +105,7 @@ desktop: {pkgs, ...}: {
primary = false;
};
};
config.systemd.user.sessionVariables = {
systemd.user.sessionVariables = {
EDITOR = "nvim";
};
home = {