mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-23 20:57:02 -04:00
* init and keybinds * add display and monitor config * panel is now configured, need to do system tray * setup system tray * fix mice acceleration * move .gtkrc-2.0 to workaround https://github.com/nix-community/plasma-manager/issues/472 * fix color schemes
15 lines
305 B
Nix
15 lines
305 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./plasma.nix
|
|
];
|
|
home = {
|
|
packages = with pkgs; [
|
|
kdePackages.filelight
|
|
kdePackages.ksshaskpass
|
|
xsel
|
|
kdePackages.kcolorchooser
|
|
qalculate-qt
|
|
gnome-disk-utility
|
|
];
|
|
};
|
|
}
|