fix: import bat.nix
This commit is contained in:
parent
78b67b490d
commit
f79d1ecee9
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
imports = [
|
||||
./bat.nix
|
||||
];
|
||||
options.catppuccin = {
|
||||
flavour = lib.mkOption {
|
||||
type = lib.types.enum [ "latte" "frappe" "macchiato" "mocha" ];
|
||||
|
|
Loading…
Reference in a new issue