mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-23 12:47:00 -04:00
16 lines
356 B
Nix
16 lines
356 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./plasma.nix
|
|
];
|
|
home = {
|
|
packages = with pkgs; [
|
|
kdePackages.filelight
|
|
kdePackages.ksshaskpass
|
|
xsel
|
|
kdePackages.kcolorchooser
|
|
qalculate-qt
|
|
gnome-disk-utility
|
|
kdePackages.plasma-browser-integration
|
|
];
|
|
};
|
|
}
|