This commit is contained in:
parent
cff6bf0167
commit
8d7d6115e3
5 changed files with 3 additions and 18 deletions
|
@ -7,7 +7,6 @@
|
|||
cli = {
|
||||
bookmarkthis.enable = true;
|
||||
node.enable = true;
|
||||
ranger.enable = true;
|
||||
starship.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
cli = {
|
||||
bookmarkthis.enable = true;
|
||||
node.enable = true;
|
||||
|
||||
ranger.enable = true;
|
||||
sxhkd.enable = true;
|
||||
starship.enable = true;
|
||||
zsh.enable = true;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
3
modules2/ranger.nix
Normal file
3
modules2/ranger.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
flake.modules.homeManager.base.programs.ranger.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue