This commit is contained in:
2026-04-19 22:26:13 +01:00
parent 3ce12e85d3
commit 7ed11cbb54
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -8,6 +8,10 @@
];
networking.hostName = "darp8";
networking.networkmanager = {
enable = true;
wifi.backend = "iwd";
};
time.timeZone = "Europe/Dublin";
# time.timeZone = "America/New_York";
+1 -1
View File
@@ -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";
+1 -1
View File
@@ -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";