modules: added wakatime module stub
This commit is contained in:
4
modules/wakatime/default.nix
Normal file
4
modules/wakatime/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
_: {
|
||||
home = ./home.nix;
|
||||
# nixos: ./nixos.nix;
|
||||
}
|
||||
16
modules/wakatime/home.nix
Normal file
16
modules/wakatime/home.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
fetchFromGitHub,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.wakatime;
|
||||
in
|
||||
{
|
||||
options.modules.wakatime = {
|
||||
enable = lib.mkEnableOption "wakatime";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user