mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-19 11:43:29 -05:00
11 lines
220 B
Nix
11 lines
220 B
Nix
|
{pkgs, ...}: {
|
||
|
home = {
|
||
|
packages = with pkgs; [
|
||
|
ksshaskpass
|
||
|
xsel
|
||
|
libsForQt5.kinit
|
||
|
libsForQt5.kcolorchooser
|
||
|
gnome.gnome-calculator
|
||
|
];
|
||
|
}
|
||
|
}
|