Remove old scripts
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
586ed07ff0
commit
471bd8ca54
9 changed files with 0 additions and 86 deletions
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ config, ... }:
|
||||
{
|
||||
programs.notes.directory = "${config.xdg.userDirs.documents}/wiki/notes";
|
||||
};
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.notes ];
|
||||
};
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
{lib,...}:
|
||||
{
|
||||
flake.modules.homeManager.base =
|
||||
{ config, ... }:
|
||||
{
|
||||
options.programs.notes.directory = lib.mkOption {
|
||||
default = "${config.xdg.userDirs.documents}/notes";
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
||||
config.home.sessionVariables.NOTES_DIRECTORY = config.programs.notes.directory;
|
||||
};
|
||||
}
|
|
@ -63,7 +63,6 @@
|
|||
bind-key -r f run-shell "tmux new-window tmux-sessionizer"
|
||||
|
||||
bind-key -r D new-window -c "#{pane_current_path}" "[[ -e TODO.md ]] && nvim TODO.md || nvim ~/Documents/wiki/todo.txt"
|
||||
bind-key -r N new-window "notes"
|
||||
bind-key -r W split-window -h -c ~/Documents/wiki "nvim '+Telescope find_files'"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue