2023-10-14 18:32:30 +02:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [ lxterminal ];
|
|
|
|
home.file.".config/lxterminal/lxterminal.conf".source = ./lxterminal.conf;
|
2024-10-07 13:22:15 +02:00
|
|
|
home.file.".config/lxterminal/lxterminal.conf".force = true;
|
2023-10-14 18:32:30 +02:00
|
|
|
}
|