From 7ed11cbb54e8efac974a309c62bc1e07061c0022 Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Sun, 19 Apr 2026 22:26:13 +0100 Subject: [PATCH] . --- hosts/darp8/configuration.nix | 4 ++++ hosts/darp8/home.nix | 2 +- hosts/desktop/home.nix | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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";