7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
{ config, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
cosmic
|
|
]
|
|
}
|