mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 14:34:22 -04:00
pray
This commit is contained in:
parent
59ee516926
commit
5a3af882ec
61 changed files with 705 additions and 562 deletions
11
common/users/homeModules/kde.nix
Normal file
11
common/users/homeModules/kde.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
ksshaskpass
|
||||
xsel
|
||||
libsForQt5.kinit
|
||||
libsForQt5.kcolorchooser
|
||||
gnome.gnome-calculator
|
||||
];
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue