feat: use user and theme attributes

This commit is contained in:
Michael Mandl 2024-07-10 08:17:30 +02:00
parent 428b91c3d5
commit 27b66ec830
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
6 changed files with 19 additions and 15 deletions

View file

@ -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 }