diff options
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/default.nix | 1 | ||||
| -rw-r--r-- | modules/common/nixos_shell_configuration.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix index f9831351..ef8d33f7 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -200,6 +200,7 @@ imv.enable = true; less.enable = true; lf.enable = true; + ly.enable = lib.mkDefault true; gpg.enable = true; river = { enable = lib.mkDefault true; diff --git a/modules/common/nixos_shell_configuration.nix b/modules/common/nixos_shell_configuration.nix index 1bec0145..d37efbb3 100644 --- a/modules/common/nixos_shell_configuration.nix +++ b/modules/common/nixos_shell_configuration.nix @@ -32,6 +32,7 @@ programs = { river.enable = false; + ly.enable = false; # We don't have access to the age secrets. atuin.enableAge = false; |
