config/users/pbsds/home/profiles/lxterminal/default.nix

6 lines
141 B
Nix
Raw Normal View History

2023-10-14 18:32:30 +02:00
{ pkgs, ... }:
{
home.packages = with pkgs; [ lxterminal ];
home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf;
}