7 lines
95 B
Nix
7 lines
95 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
# KDE specific packages
|
|
filelight
|
|
];
|
|
}
|