mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-24 00:58:55 -05:00
12 lines
238 B
Nix
12 lines
238 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
filelight
|
|
ksshaskpass
|
|
xsel
|
|
libsForQt5.kinit
|
|
libsForQt5.kcolorchooser
|
|
gnome-calculator
|
|
];
|
|
};
|
|
}
|