.
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "darp8";
|
networking.hostName = "darp8";
|
||||||
|
networking.networkmanager = {
|
||||||
|
enable = true;
|
||||||
|
wifi.backend = "iwd";
|
||||||
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Dublin";
|
time.timeZone = "Europe/Dublin";
|
||||||
# time.timeZone = "America/New_York";
|
# time.timeZone = "America/New_York";
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
home.stateVersion = "23.11"; # Please read the comment before changing.
|
home.stateVersion = "23.11"; # Please read the comment before changing.
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "emacsclient";
|
EDITOR = "focus";
|
||||||
GIT_EDITOR = "nvim";
|
GIT_EDITOR = "nvim";
|
||||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||||
NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
|
NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
home.stateVersion = "24.11"; # Please read the comment before changing.
|
home.stateVersion = "24.11"; # Please read the comment before changing.
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "emacsclient";
|
EDITOR = "focus";
|
||||||
GIT_EDITOR = "nvim";
|
GIT_EDITOR = "nvim";
|
||||||
NIX_SHELL_PRESERVE_PROMPT = 1;
|
NIX_SHELL_PRESERVE_PROMPT = 1;
|
||||||
NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
|
NIX_CONFIG_DIR = "${cfg.homeDirectory}/nixos";
|
||||||
|
|||||||
Reference in New Issue
Block a user