diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-13 03:17:35 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-13 03:17:35 +0100 |
| commit | abb1c95ba2698833247191300b2943a94a14dc96 (patch) | |
| tree | cd511ce5634fc1b47bcbd6a2ac08e8c9299c20b6 /modules/common/default.nix | |
| parent | modules/ly: Init (diff) | |
| download | nixos-config-abb1c95ba2698833247191300b2943a94a14dc96.zip | |
modules/ly: Don't enable for the nixos_shell
Diffstat (limited to 'modules/common/default.nix')
| -rw-r--r-- | modules/common/default.nix | 1 |
1 files changed, 1 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; |
