fix: remove extraneous config
This commit is contained in:
parent
81b28cb9e4
commit
5b4d8dd7c7
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
config.environment.extraInit =
|
||||
environment.extraInit =
|
||||
let
|
||||
systemdBin = lib.getBin config.systemd.package;
|
||||
in
|
||||
|
|
|
@ -105,7 +105,7 @@ desktop: {pkgs, ...}: {
|
|||
primary = false;
|
||||
};
|
||||
};
|
||||
config.systemd.user.sessionVariables = {
|
||||
systemd.user.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
home = {
|
||||
|
|
Loading…
Reference in a new issue