fixed some things

This commit is contained in:
Ingolf Wagner 2023-08-31 11:50:58 +02:00
parent 386198098f
commit a010e5b42e
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
3 changed files with 13 additions and 1 deletions
nixos/components/terminal

View file

@ -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
];
};
}