Compare commits

..

No commits in common. "605f027fa4a39926cc5b088070850189a0f8ab2d" and "998f0faab67d6fadc5c5e32a9353a5cc4e6c8827" have entirely different histories.

3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,10 @@
{ config, ... }: { config, ... }:
{ {
sops.secrets."wakatime" = {
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
programs.nixvim.plugins.wakatime = { programs.nixvim.plugins.wakatime = {
enable = true; enable = true;
autoLoad = true; autoLoad = true;

View file

@ -5,8 +5,4 @@
sops.defaultSopsFormat = "yaml"; sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt"; sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
sops.secrets."wakatime" = {
path = "${config.home.homeDirectory}/.wakatime.cfg";
};
} }

View file

@ -26,6 +26,7 @@
bind = [ bind = [
"$mod, Q, exec, $terminal" "$mod, Q, exec, $terminal"
"$mod, C, killactive" "$mod, C, killactive"
"$mod, M, exit"
"$mod, E, exec, $fileManager" "$mod, E, exec, $fileManager"
"$mod, R, exec, $menu" "$mod, R, exec, $menu"
"$mod, Y, togglesplit" "$mod, Y, togglesplit"