aboutsummaryrefslogtreecommitdiffstats
path: root/flake/nixosConfigurations
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake/nixosConfigurations/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix
index 7e80980d..3775d63b 100644
--- a/flake/nixosConfigurations/common.nix
+++ b/flake/nixosConfigurations/common.nix
@@ -33,12 +33,12 @@
programs = {
imv.enable = true;
+ lf.enable = true;
zathura.enable = true;
zsh.enable = true;
};
sound.enable = true;
- tempfiles.enable = true;
version.enable = true;
};
}