From c8b0e65c8f15d54459bd64eb34466df684308d44 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 12 Dec 2022 22:33:21 +0000 Subject: [PATCH] Nush --- users/daniel/configs/system/nushell/env.nu | 3 +++ users/daniel/default.nix | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/users/daniel/configs/system/nushell/env.nu b/users/daniel/configs/system/nushell/env.nu index 0269f3f..0a7e689 100644 --- a/users/daniel/configs/system/nushell/env.nu +++ b/users/daniel/configs/system/nushell/env.nu @@ -58,5 +58,8 @@ let-env NU_PLUGIN_DIRS = [ ($nu.config-path | path dirname | path join 'plugins') ] +let-env EDITOR = "hx" + # To add entries to PATH (on Windows you might use Path), you can use the following pattern: # let-env PATH = ($env.PATH | split row (char esep) | prepend '/some/path') +let-env PATH = ($env.PATH | append '~/bin') diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 5f60268..a03f1d5 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -167,11 +167,5 @@ in { services = { dunst.enable = true; - - screen-locker = { - enable = true; - lockCmd = "${pkgs.i3lock}/bin/i3lock -i /home/daniel/wallpapers/lock.png"; - inactiveInterval = 60; - }; }; }