profile: format
This commit is contained in:
parent
a19fbdb47d
commit
3123abee3a
|
@ -17,9 +17,8 @@ let
|
|||
keywords = [ "Text" "editor" ];
|
||||
startupNotify = false;
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
in
|
||||
{
|
||||
options.machine = {
|
||||
name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
|
@ -76,10 +75,12 @@ in {
|
|||
mpv
|
||||
sxiv
|
||||
|
||||
dolphin plasma5Packages.dolphin-plugins
|
||||
dolphin
|
||||
plasma5Packages.dolphin-plugins
|
||||
ffmpegthumbs
|
||||
plasma5Packages.kdegraphics-thumbnailers
|
||||
plasma5Packages.kio plasma5Packages.kio-extras
|
||||
plasma5Packages.kio
|
||||
plasma5Packages.kio-extras
|
||||
krename
|
||||
konsole # https://bugs.kde.org/show_bug.cgi?id=407990 reeee
|
||||
|
||||
|
|
Loading…
Reference in New Issue