.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
];
|
||||
|
||||
networking.hostName = "darp8";
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Dublin";
|
||||
# time.timeZone = "America/New_York";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user