This commit is contained in:
2022-12-12 22:33:21 +00:00
parent 31bccc3e5f
commit c8b0e65c8f
2 changed files with 3 additions and 6 deletions

View File

@@ -58,5 +58,8 @@ let-env NU_PLUGIN_DIRS = [
($nu.config-path | path dirname | path join 'plugins') ($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: # 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 | split row (char esep) | prepend '/some/path')
let-env PATH = ($env.PATH | append '~/bin')

View File

@@ -167,11 +167,5 @@ in {
services = { services = {
dunst.enable = true; dunst.enable = true;
screen-locker = {
enable = true;
lockCmd = "${pkgs.i3lock}/bin/i3lock -i /home/daniel/wallpapers/lock.png";
inactiveInterval = 60;
};
}; };
} }