mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fix a whole lot of stupid
This commit is contained in:
parent
e30687954a
commit
1b8059b2e1
5 changed files with 40 additions and 68 deletions
|
|
@ -2,7 +2,6 @@
|
|||
fetch-rs,
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
}:
|
||||
{
|
||||
systemd.tmpfiles.rules = [ "d /tmp/neovim-page 0777 root root - -" ];
|
||||
|
|
@ -11,7 +10,6 @@
|
|||
inherit (pkgs) page eza fzf;
|
||||
inherit (fetch-rs.packages) fetch-rs;
|
||||
};
|
||||
binsh = lib.getExe pkgs.dash; # use dash for speed
|
||||
variables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue