double oops
This commit is contained in:
parent
bc00deb3e1
commit
2c50104f0a
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ in
|
||||||
environment.sessionVariables.GITHUB_TOKEN = "$(cat /run/agenix/tokenGH)";
|
environment.sessionVariables.GITHUB_TOKEN = "$(cat /run/agenix/tokenGH)";
|
||||||
|
|
||||||
home-manager.users.${user} = {
|
home-manager.users.${user} = {
|
||||||
home.home.packages = attrValues {
|
home.packages = attrValues {
|
||||||
inherit (pkgs) git act dura lazygit;
|
inherit (pkgs) git act dura lazygit;
|
||||||
inherit (pkgs.gitAndTools) gh git-open git-crypt;
|
inherit (pkgs.gitAndTools) gh git-open git-crypt;
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.${user}.shell.toolset.yazi = {
|
options.modules.${user}.shell.toolset.yazi = {
|
||||||
enable = mkEnableOption "system-monitor";
|
enable = mkEnableOption "cli file browser";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.${user}.shell.toolset.zoxide = {
|
options.modules.${user}.shell.toolset.zoxide = {
|
||||||
enable = mkEnableOption "system-monitor";
|
enable = mkEnableOption "cd replacement";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue