adding option for default colorscheme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs, options, ... }: {
|
||||
# Import all your configuration modules here
|
||||
imports = [ ./bufferline.nix ];
|
||||
|
||||
@@ -185,5 +185,5 @@
|
||||
|
||||
];
|
||||
|
||||
colorscheme = "pywal";
|
||||
colorscheme = if options.pywal then "pywal" else "tokyonight-storm";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user