add ranger file browser
This commit is contained in:
parent
145c659326
commit
8d1c994687
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.components.terminal = {
|
||||
|
@ -19,6 +19,8 @@ with lib;
|
|||
];
|
||||
|
||||
config = mkIf config.components.terminal.enable {
|
||||
# todo extract xorg stuff to prepare wayland
|
||||
environment.systemPackages = [
|
||||
pkgs.ranger
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue