This commit is contained in:
parent
cff6bf0167
commit
8d7d6115e3
5 changed files with 3 additions and 18 deletions
|
@ -8,7 +8,6 @@
|
|||
./gtk.nix
|
||||
./media/handbrake.nix
|
||||
./node.nix
|
||||
./ranger.nix
|
||||
./redshift.nix
|
||||
./screenkey.nix
|
||||
./starship.nix
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.cli.ranger;
|
||||
in
|
||||
{
|
||||
options.features.cli.ranger.enable = mkEnableOption "Enable ranger";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.ranger.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue