summaryrefslogtreecommitdiff
path: root/modules/nixos/profiles/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-01-30 01:48:52 +0300
committerAzat Bahawi <azat@bahawi.net>2023-01-30 01:48:52 +0300
commite8dbb049452e014fe89df34cb8f29e7c21c37666 (patch)
tree8102c252877057fc5c1d5914b36cbb167927e153 /modules/nixos/profiles/default.nix
parent5e81e4814d6da25ce8531baf0bc2d23da7fc26b3 (diff)
2023-01-30
Diffstat (limited to 'modules/nixos/profiles/default.nix')
-rw-r--r--modules/nixos/profiles/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nixos/profiles/default.nix b/modules/nixos/profiles/default.nix
index d5ab838..23eb455 100644
--- a/modules/nixos/profiles/default.nix
+++ b/modules/nixos/profiles/default.nix
@@ -15,6 +15,9 @@ in {
];
config = mkIf cfg.enable {
+ # FIXME Enable on a fresh system!
+ # ark.directories = ["/var/log"];
+
programs.less = {
enable = true;
envVariables.LESSHISTFILE = "-";