Added base16 themes

This commit is contained in:
marc
2022-11-24 01:30:43 +01:00
parent b907606818
commit 23e0c5a9c8
35 changed files with 362 additions and 255 deletions

View File

@@ -8,6 +8,8 @@
home-manager.url = "github:nix-community/home-manager/release-22.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nix-colors.url = "github:misterio77/nix-colors";
emacs-overlay.url = "github:nix-community/emacs-overlay";
};
@@ -33,7 +35,10 @@
hostPath
{
imports =
[ inputs.home-manager.nixosModules.home-manager ]
[
inputs.home-manager.nixosModules.home-manager
inputs.nix-colors.homeManagerModule
]
# All my personal modules
++ (lib.my.mapModulesRec' (toString ./modules) import);
}