mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
Compare commits
No commits in common. "605f027fa4a39926cc5b088070850189a0f8ab2d" and "998f0faab67d6fadc5c5e32a9353a5cc4e6c8827" have entirely different histories.
605f027fa4
...
998f0faab6
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
sops.secrets."wakatime" = {
|
||||
path = "${config.home.homeDirectory}/.wakatime.cfg";
|
||||
};
|
||||
|
||||
programs.nixvim.plugins.wakatime = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
|
|
|
|||
|
|
@ -5,8 +5,4 @@
|
|||
sops.defaultSopsFormat = "yaml";
|
||||
|
||||
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
|
||||
sops.secrets."wakatime" = {
|
||||
path = "${config.home.homeDirectory}/.wakatime.cfg";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
bind = [
|
||||
"$mod, Q, exec, $terminal"
|
||||
"$mod, C, killactive"
|
||||
"$mod, M, exit"
|
||||
"$mod, E, exec, $fileManager"
|
||||
"$mod, R, exec, $menu"
|
||||
"$mod, Y, togglesplit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue