9 lines
85 B
Nix
9 lines
85 B
Nix
{ config, pkgs, lib, ... }:
|
|
{
|
|
home.packages = with pkgs; [ eww-wayland ];
|
|
|
|
|
|
|
|
|
|
|
|
}
|