formatted all files with nixfmt, added env variable to hold secrets
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
{
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{ config, ... }:
|
||||
|
||||
let
|
||||
scheme = config.lib.stylix.colors;
|
||||
in
|
||||
{
|
||||
let scheme = config.lib.stylix.colors;
|
||||
in {
|
||||
programs.nixvim = {
|
||||
colorschemes.base16 = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user