From 746ea42ff4616024ec41b6dcb1d2588dee4b85d1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 21:56:16 +0200 Subject: refactor(modules/legacy/conf/lf): Move to new `by-name` dir This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module. --- flake/nixosConfigurations/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake') 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; }; } -- cgit 1.4.1