From 8a7271c3dcc5c3f6b746440214288bd869e6e910 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 2 Nov 2024 18:12:40 +0100 Subject: fix(flake/nixosConfigurations/common): Actually enable the new `less` module --- flake/nixosConfigurations/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake') diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix index 7d58f1a4..68758bb6 100644 --- a/flake/nixosConfigurations/common.nix +++ b/flake/nixosConfigurations/common.nix @@ -82,6 +82,7 @@ atuin.enable = true; git.enable = true; imv.enable = true; + less.enable = true; lf.enable = true; zathura.enable = true; zsh.enable = true; -- cgit 1.4.1