Files
NixConfigs/home-manager/themes/default.nix

9 lines
111 B
Nix

{ config, pkgs, ... }:
{
imports = [
# Add theme-specific configurations here
# ./colors.nix
];
}