Compare commits

..

2 commits

3 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

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