diff --git a/hosts/darp8/configuration.nix b/hosts/darp8/configuration.nix index 0fe8697..d5c3041 100644 --- a/hosts/darp8/configuration.nix +++ b/hosts/darp8/configuration.nix @@ -8,6 +8,10 @@ ]; networking.hostName = "darp8"; + networking.networkmanager = { + enable = true; + wifi.backend = "iwd"; + }; time.timeZone = "Europe/Dublin"; # time.timeZone = "America/New_York"; diff --git a/hosts/darp8/home.nix b/hosts/darp8/home.nix index 5211ed4..a8bdfef 100644 --- a/hosts/darp8/home.nix +++ b/hosts/darp8/home.nix @@ -29,7 +29,7 @@ home.stateVersion = "23.11"; # Please read the comment before changing. home.sessionVariables = { - EDITOR = "emacsclient"; + EDITOR = "focus"; GIT_EDITOR = "nvim"; NIX_SHELL_PRESERVE_PROMPT = 1; NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos"; diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index 406bcec..3885ae8 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -29,7 +29,7 @@ home.stateVersion = "24.11"; # Please read the comment before changing. home.sessionVariables = { - EDITOR = "emacsclient"; + EDITOR = "focus"; GIT_EDITOR = "nvim"; NIX_SHELL_PRESERVE_PROMPT = 1; NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";