mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-10 03:49:44 +00:00
Compare commits
2 commits
998f0faab6
...
605f027fa4
| Author | SHA1 | Date | |
|---|---|---|---|
| 605f027fa4 | |||
| 0e663c54f4 |
3 changed files with 4 additions and 5 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
{ 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;
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,8 @@
|
||||||
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";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue