mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
Revert "nix: put builtin in scope when needed"
I don't know where I got this anti-pattern. It makes the LSP unable to figure out which bindings are unbound
This commit is contained in:
parent
082ebfb772
commit
74689b460e
9 changed files with 34 additions and 38 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
with builtins;
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
|
|
@ -8,6 +7,6 @@ with builtins;
|
|||
set -g default-command "${pkgs.fish}/bin/fish" # Use fish
|
||||
set -g default-shell "${pkgs.fish}/bin/fish"
|
||||
''
|
||||
+ readFile ./tmux.conf;
|
||||
+ builtins.readFile ./tmux.conf;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue