fixed some things
This commit is contained in:
parent
386198098f
commit
a010e5b42e
3 changed files with 13 additions and 1 deletions
nixos/components/terminal
|
@ -20,7 +20,8 @@ with lib;
|
|||
|
||||
config = mkIf config.components.terminal.enable {
|
||||
environment.systemPackages = [
|
||||
pkgs.ranger
|
||||
pkgs.ranger # datei browser
|
||||
pkgs.retry # retry command till success
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue