feat: use user and theme attributes
This commit is contained in:
parent
428b91c3d5
commit
27b66ec830
6 changed files with 19 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, theme, ... }:
|
||||
let
|
||||
pkg_src = pkgs;
|
||||
in
|
||||
|
@ -160,7 +160,7 @@ in
|
|||
${builtins.readFile ./telescope.lua }
|
||||
|
||||
${builtins.readFile ./themes.lua }
|
||||
vim.opt.background = 'dark'
|
||||
vim.opt.background = '${theme}'
|
||||
|
||||
${builtins.readFile ./project-nvim.lua }
|
||||
${builtins.readFile ./dap.lua }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue