mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: hostname not always set, typo
This commit is contained in:
parent
4fad38afdb
commit
044dbadbe1
4 changed files with 7 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
{
|
||||
options.swarselmodules.env = lib.mkEnableOption "env settings";
|
||||
config = z lib.mkIf config.swarselmodules.env {
|
||||
config = lib.mkIf config.swarselmodules.env {
|
||||
home.sessionVariables = {
|
||||
EDITOR = "e -w";
|
||||
DISPLAY = ":0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue