1
Fork 0

Add Azedia packages configuration.

This commit is contained in:
Bauke 2023-08-22 19:36:39 +02:00
parent 49c525728d
commit 4d1a5fbddd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# The list of system packages to install.
{ pkgs, ... }:
{
environment = {
systemPackages = with pkgs; [
exa
fd
];
};
}