From 588bc7e69916bf4cfd8cee41784b839d684052b4 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Mon, 27 Jul 2026 15:55:43 +0200 Subject: [PATCH] Add ranger --- hosts/fw/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fw/configuration.nix b/hosts/fw/configuration.nix index 23acecb..80e3226 100644 --- a/hosts/fw/configuration.nix +++ b/hosts/fw/configuration.nix @@ -310,6 +310,7 @@ with lib; signal-cli exfat fprintd + ranger ]; services.power-profiles-daemon.enable = true;