Add Azedia packages configuration.
This commit is contained in:
parent
49c525728d
commit
4d1a5fbddd
|
@ -0,0 +1,12 @@
|
||||||
|
# The list of system packages to install.
|
||||||
|
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
exa
|
||||||
|
fd
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue