fix: import bat.nix

This commit is contained in:
Sam Nystrom 2023-03-27 19:07:34 -04:00
parent 78b67b490d
commit f79d1ecee9

View file

@ -1,4 +1,7 @@
{ config, pkgs, lib, ... }: { { config, pkgs, lib, ... }: {
imports = [
./bat.nix
];
options.catppuccin = { options.catppuccin = {
flavour = lib.mkOption { flavour = lib.mkOption {
type = lib.types.enum [ "latte" "frappe" "macchiato" "mocha" ]; type = lib.types.enum [ "latte" "frappe" "macchiato" "mocha" ];