summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-26 11:45:41 -0500
committerseth <[email protected]>2023-02-26 11:45:41 -0500
commit2922c83bb4ebf7c80599c9479a08dfb3a1d3446b (patch)
treee7deaa1736ecd765f7253627accc7b50f2f9918f /users
parent2c181779426b72e48e10f32ad3169513bd6e9a68 (diff)
enable zram + ondemand governor for glados
Diffstat (limited to 'users')
-rw-r--r--users/seth/shell/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix
index 3872731..e0e753b 100644
--- a/users/seth/shell/default.nix
+++ b/users/seth/shell/default.nix
@@ -7,6 +7,8 @@
home = {
sessionVariables = {
+ EDITOR = "nvim";
+ VISUAL = "$EDITOR";
GPG_TTY = "$(tty)";
CARGO_HOME = "${config.xdg.dataHome}/cargo";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";